v2 diagram 2
This commit is contained in:
@@ -43,11 +43,14 @@ flowchart TB
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
Probe -->|Publishes observation hash (15 min interval)| Base_Blockchain
|
Probe --> PublishObservation[Publishes observation hash (15 min interval)]
|
||||||
Probe -->|Uploads logs/evidence| IPFS
|
PublishObservation --> Base_Blockchain
|
||||||
Client -->|Verifies uptime proof| Base_Blockchain
|
Probe --> UploadLogs[Uploads logs/evidence]
|
||||||
Client -->|Consults logs if needed| IPFS
|
UploadLogs --> IPFS
|
||||||
|
Client --> VerifyProof[Verifies uptime proof]
|
||||||
|
VerifyProof --> Base_Blockchain
|
||||||
|
Client --> ConsultLogs[Consults logs if needed]
|
||||||
|
ConsultLogs --> IPFS
|
||||||
```
|
```
|
||||||
|
|
||||||
## Obsero Points Economic Model
|
## Obsero Points Economic Model
|
||||||
|
|||||||
Reference in New Issue
Block a user