Created
March 21, 2026 03:49
-
-
Save LucidSamuel/28fa7049c4e26f1aaa29c092ffb8359a to your computer and use it in GitHub Desktop.
Theora Example: Merkle tree with 4 leaves and proof for leaf 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "demo": "merkle", | |
| "state": { | |
| "leaves": ["alice", "bob", "charlie", "dave"], | |
| "selectedLeafIndex": 2, | |
| "hashMode": "sha256" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment