update diagram 2
This commit is contained in:
@@ -42,16 +42,12 @@ flowchart TB
|
||||
## Proof of Uptime Flow
|
||||
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
participant Probe
|
||||
participant Base Blockchain
|
||||
participant IPFS
|
||||
participant Client
|
||||
flowchart TD
|
||||
Probe -->|Publishes observation hash (15 min interval)| Base_Blockchain
|
||||
Probe -->|Uploads logs/evidence| IPFS
|
||||
Client -->|Verifies uptime proof| Base_Blockchain
|
||||
Client -->|Consults logs if needed| IPFS
|
||||
|
||||
Probe->>Base Blockchain: Publishes observation hash (15 min interval)
|
||||
Probe->>IPFS: Upload logs/evidence
|
||||
Client->>Base Blockchain: Verifies uptime proof
|
||||
Client->>IPFS: Consults logs if needed
|
||||
```
|
||||
|
||||
## Obsero Points Economic Model
|
||||
|
||||
Reference in New Issue
Block a user