add http proof

This commit is contained in:
2025-04-29 23:01:37 +02:00
parent 9ea4fe3ec8
commit c451f00f3f
5 changed files with 42 additions and 0 deletions
+15
View File
@@ -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"]