add http proof
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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 and Sign Observation]
|
||||
D --> E[Upload JSON to IPFS]
|
||||
E --> F[Submit Hash and CID to Smart Contract]
|
||||
F --> G["Proof is Publicly Verifiable via Blockchain and IPFS"]
|
||||
|
||||
Reference in New Issue
Block a user