Skip to content

Simple merkle tree smart contract + generator for study purpose

Notifications You must be signed in to change notification settings

rubanik00/merkle-tree-airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Airdrop Starter

Quickly bootstrap an ERC20 token airdrop to a Merkle tree of recipients.

Steps:

  1. Generate Merkle tree of recipients by following README in generator/
  2. Setup and deploy AirdropToken contracts by following README in contracts/

Similar work and credits