Initial import of verae-tree-node from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 13:26:12 -04:00
commit 4e97c9d5a7
6 changed files with 169 additions and 0 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "verae-tree-node",
"version": "0.1.0",
"type": "module",
"description": "Merkle leaf proofs for hashes only sealed as a bulk summary root on the main Verae chain",
"scripts": { "test": "node --test test/*.test.js" },
"engines": { "node": ">=20" }
}