Skip to content

Frontend, contracts, and merkle tree generator for use in quickly scaffolding ERC20 token airdrops.

License

Notifications You must be signed in to change notification settings

The-Funding-Cooperative-DAO/Merkle-Airdrop-Site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Airdrop Site

Quickly bootstrap an ERC20 token airdrop to a Merkle tree using an uploaded CSV file of recipients with an interactive frontend to allow whitelisted addresses to claim tokens.

Steps:

  1. Launch MerkleClaimERC20 contract that verifies claimee. Made to deployed only once with updates available for new airdrops. Follow README in contracts/
  2. Generate Merkle tree of recipients from csv by following README in generator/
  3. Setup and deploy front-end by following README in frontend/

Similar work and credits

License

GNU Affero GPL v3.0

Disclaimer

These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. Michael Maher is not liable for any of the foregoing. Users should proceed with caution and use at their own risk.

About

Frontend, contracts, and merkle tree generator for use in quickly scaffolding ERC20 token airdrops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.9%
  • Solidity 20.2%
  • SCSS 11.3%
  • JavaScript 1.6%