Skip to content

Instantly share code, notes, and snippets.

View xshinex77's full-sized avatar

Hiro xshinex77

View GitHub Profile
@xshinex77
xshinex77 / consensus-proof-verification.md
Last active February 1, 2026 01:04
# Notes - This API performs no execution or enforcement - Results represent verification of facts, not decisions - `proof_hash` is a tamper-resistant minimal reference - Designed for public, reproducible verification

Consensus Proof Verification (Read-Only)

curl -X POST http://127.0.0.1:8000/consensus/verify-hash \
  -H "Content-Type: application/json" \
  -d '{
    "proof_hash": "8ddadadc7b198604a62e23720cb6975f5b464832cf851f22faade01f0a828b0f"
  }'

Expected response