A Solidity implementation of a binary Merkle tree (specifically, a Merkle Mountain Range), a sparse Merkle tree, and a Merkle sum tree.
dep | version |
---|---|
Node.js | >=v14.0.0 |
Install dependencies:
npm ci
Build and run tests:
npm run build
npm test
Code must be formatted and linted.
npm run format
npm run lint
The primary license for this repo is Apache-2.0
, see LICENSE
.