Some checks are pending
offline / test (push) Waiting to run
In-process trace console validates hops, faults, recoveries, and suggested changes before zapier-platform push. User guide covers signup through central-chain and bulk-summary tree-node hash lookup.
8 lines
271 B
JSON
8 lines
271 B
JSON
{
|
|
"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" }
|
|
}
|