- install dependencies
- Run
forge test -vv && node scripts/generate-proof.js
and you should get the same root.
src/MerkleExample.sol
- Solidity implementation of the Merkle Treetest/MerkleExample.t.sol
- Test for the Solidity implementationscripts/generate-proof.js
- Node implementation of the Merkle Tree