Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 407 Bytes
  1. GenerateInput: Create the input JSON file to create Merkle Tree with,
  • the eligible addresses
  • corresponding amount they can receive
  1. MakeMerkle: This will Create Merkle Tree using the input file generated by generateInput.
  • create the hashes, the intermediate hashes and the root hash,
  • create the output files that contains all of leaf hashes, the proofs for each leaf node and the root hash.