Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 379 Bytes

File metadata and controls

11 lines (7 loc) · 379 Bytes

Murky Merkle Trees x Merkletreejs

  1. install dependencies
  2. Run forge test -vv && node scripts/generate-proof.js and you should get the same root.

Key Files

  • src/MerkleExample.sol - Solidity implementation of the Merkle Tree
  • test/MerkleExample.t.sol - Test for the Solidity implementation
  • scripts/generate-proof.js - Node implementation of the Merkle Tree