Skip to content

Instantly share code, notes, and snippets.

@LucidSamuel
Created March 21, 2026 03:49
Show Gist options
  • Select an option

  • Save LucidSamuel/28fa7049c4e26f1aaa29c092ffb8359a to your computer and use it in GitHub Desktop.

Select an option

Save LucidSamuel/28fa7049c4e26f1aaa29c092ffb8359a to your computer and use it in GitHub Desktop.
Theora Example: Merkle tree with 4 leaves and proof for leaf 2
{
"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