add proof json and flow

This commit is contained in:
2025-04-29 22:56:57 +02:00
parent 77e58fdadf
commit f14a16e916
3 changed files with 53 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Proof-of-Observability Flow
This document describes the core flow of how Obsero transforms raw service observations into decentralized, verifiable monitoring proofs.
Each observation follows this lifecycle:
```mermaid
flowchart TD
A[Observer Probe] --> B[Ping Target]
B --> C[Generate JSON Observation]
C --> D[Hash + Sign Observation]
D --> E[Upload JSON to IPFS]
E --> F[Submit Hash + CID to Smart Contract]
F --> G[Proof is Publicly Verifiable (on-chain + IPFS)]