Skip to content

This is Airdrop smart contract project implementing Merkle

Notifications You must be signed in to change notification settings

panditdhamdhere/Merkle_Airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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.

About

This is Airdrop smart contract project implementing Merkle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published