@fuel-contracts/merkle-sol
v0.1.4
Published
The Solidity implemention of the Merkle trees used in Fuel v2.
Readme
Fuel Solidity Merkle Trees
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
| dep | version | | ------- | -------------------------------------------------------- | | Node.js | >=v14.0.0 |
Building
Install dependencies:
npm ciBuild and run tests:
npm run build
npm testContributing
Code must be formatted and linted.
npm run format
npm run lintLicense
The primary license for this repo is Apache-2.0, see LICENSE.
