cream-merkle-tree
v0.1.3
Published
A TypeScript implementation of the Merkle tree used in the zkCREAM application
Downloads
116
Readme
cream-merkle-tree
A merkle tree implementation for zkCREAM application.
Supported node version
- nodejs ^11.x
Installation
$ yarn add cream-merkle-tree
# or
$ npm install cream-merkle-tree
Test
$ yarn test
# or
$ npm run test