A Web3Bridge certificate contract that is an ERC721 token airdrop to a Merkle tree of recipients(Web3Bridge Students).
- Solidity
- Foundry
- Typescript
- Nextjs
- OpenZeppelin's ERC721
Steps:
- Generate Merkle tree of recipients by following README in generator/
- Setup and deploy the MerkleClaimERC721 contract by following README in contracts/
- Setup and deploy front-end by following README in frontend/
- Fork the repository
- Git clone https://github.com/your-username/merkle-airdrop-starter-ERC721
- git checkout -b branch name
- git remote add upstream https://github.com/sorxcode/merkle-airdrop-starter-ERC721
- git pull upstream master
- git commit -m "commit message"
- git push -u origin HEAD
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- We acknowledge the creators of the Merkle Airdrop Starter and Web3Bridge for project instructions.
- Astrodrop—Simpler way to spin up a airdrop with claim page, given existing token
- Uniswap Merkle Distributor—Uniswap's merkle distribution smart contracts
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.