update flow
This commit is contained in:
@@ -8,7 +8,8 @@ Each observation follows this lifecycle:
|
|||||||
flowchart TD
|
flowchart TD
|
||||||
A[Observer Probe] --> B[Ping Target]
|
A[Observer Probe] --> B[Ping Target]
|
||||||
B --> C[Generate JSON Observation]
|
B --> C[Generate JSON Observation]
|
||||||
C --> D[Hash + Sign Observation]
|
C --> D[Hash and Sign Observation]
|
||||||
D --> E[Upload JSON to IPFS]
|
D --> E[Upload JSON to IPFS]
|
||||||
E --> F[Submit Hash + CID to Smart Contract]
|
E --> F[Submit Hash and CID to Smart Contract]
|
||||||
F --> G[Proof is Publicly Verifiable (on-chain + IPFS)]
|
F --> G["Proof is Publicly Verifiable via Blockchain and IPFS"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user