0.1.4 • Published 3 years ago

@fuel-contracts/merkle-sol v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Fuel Solidity Merkle Trees

ci NPM Package

A Solidity implementation of a binary Merkle tree (specifically, a Merkle Mountain Range), a sparse Merkle tree, and a Merkle sum tree.

Building From Source

Dependencies

depversion
Node.js>=v14.0.0

Building

Install dependencies:

npm ci

Build and run tests:

npm run build
npm test

Contributing

Code must be formatted and linted.

npm run format
npm run lint

License

The primary license for this repo is Apache-2.0, see LICENSE.

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago