Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Anish-Agnihotri/merkle-airdrop-starter
Frontend, contracts, and merkle tree generator for use in quickly scaffolding ERC20 token airdrops.
https://github.com/Anish-Agnihotri/merkle-airdrop-starter
airdrop ethereum merkle tokens
Last synced: 3 months ago
JSON representation
Frontend, contracts, and merkle tree generator for use in quickly scaffolding ERC20 token airdrops.
- Host: GitHub
- URL: https://github.com/Anish-Agnihotri/merkle-airdrop-starter
- Owner: Anish-Agnihotri
- License: agpl-3.0
- Created: 2021-12-29T10:16:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T10:05:43.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:33:07.566Z (7 months ago)
- Topics: airdrop, ethereum, merkle, tokens
- Language: TypeScript
- Homepage: https://merkle-airdrop-starter.vercel.app
- Size: 2.98 MB
- Stars: 736
- Watchers: 10
- Forks: 207
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-smart-contract-development - Merkle Airdrop Starter
README
# 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/](https://github.com/Anish-Agnihotri/merkle-airdrop-starter/tree/master/generator)
2. Setup and deploy MerkleClaimERC20 contracts by following README in [contracts/](https://github.com/Anish-Agnihotri/merkle-airdrop-starter/tree/master/contracts)
3. Setup and deploy front-end by following README in [frontend/](https://github.com/Anish-Agnihotri/merkle-airdrop-starter/tree/master/frontend)## Similar work and credits
- [Astrodrop](https://astrodrop.xyz/)—Simpler way to spin up a airdrop with claim page, given existing token
- [Uniswap Merkle Distributor](https://github.com/Uniswap/merkle-distributor)—Uniswap's merkle distribution smart contracts## License
[GNU Affero GPL v3.0](https://github.com/Anish-Agnihotri/merkle-airdrop-starter/blob/master/LICENSE)
## 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._