Initial import of verae-tree-node from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 13:37:46 -04:00
commit dc4015982a
6 changed files with 169 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# verae-tree-node
External tree-node role: Bloom-filtered WORM store for Merkle **leaf** receipts.
When Zapier submits a **batch**, middleware builds a Merkle tree of item SHA-256s, seals **only the root** on `api.veraetime.net`, and puts each leaf proof on a sharded tree node. A later lookup of a leaf that is not on the main chain fans out `verae.archive.query` with `kinds: ["tree"]`. Nodes that do not hold the leaf send nothing.
Clone: `ssh://git@git.georgelambert.org:2223/marchon/verae-tree-node.git`