wbnns / merkle-airdrop-starter

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

Home Page:https://merkle-airdrop-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 MerkleClaimERC20 contracts by following README in contracts/
  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. Anish Agnihotri 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.

https://merkle-airdrop-starter.vercel.app

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 67.7%Language:Solidity 20.4%Language:SCSS 11.7%Language:JavaScript 0.2%