Accompanies MerkleDropERC20 contracts; heavy similarity to the GAS DAO airdrop frontend (GAS DAO: implemented by sax, originally inspired by work from design @ens for the $ENS airdrop claim).
Allows users to connect their wallet and claim airdrops, given they are part of the Merkle tree.
The frontend is built to be fully configurable and ready-to-go in under 10 minutes of dev time. Steps to customize and deploy:
- Modify
config.ts:L9
with exact config fromgenerator/config.json
- Copy environment variables (
cp .env.sample .env.local
) and modify parameters - Update the
logo.png
(recommended: 250x250) andmeta.png
(recommended: 1200x637) inpublic/
- Then,
npm install
(install dependencies) andnpm run dev
to run development build