A simple Merkle tree implementation in Javascript. It contains implementations of data proof, consistency proofs. This project is used in Pyrite.
git clone git@github.com:bshankar/merkle.git
cd merkle
npm i
npm test # To run the tests
A simple Merkle tree implementation in Javascript. It contains implementations of data proof, consistency proofs. This project is used in Pyrite.
git clone git@github.com:bshankar/merkle.git
cd merkle
npm i
npm test # To run the tests