/merkle

A merkle tree implementation in Javascript

Primary LanguageJavaScript

Merkle

A simple Merkle tree implementation in Javascript. It contains implementations of data proof, consistency proofs. This project is used in Pyrite.

Usage

git clone git@github.com:bshankar/merkle.git
cd merkle
npm i
npm test  # To run the tests