This DApp lets users:
- Check their airdrop eligibility and allocation based on the snapshot repo
- KYC to further confirm eligibility
- Claim their allocation via various claiming options
- Next.js
- React
- Tailwind CSS
- Wagmi
- Rainbow Kit
- Install deps:
pnpm i
- Copy environment variables to local:
cp env.example env.local
- Log in to GCloud on your terminal:
gcloud auth login
- Pull the necessary secrets:
pnpm secrets:get
- In case this fails with
PERMISSION DENIED
you'll need to request permissions in GCloud from an admin
- In case this fails with
- Start server:
pnpm dev
Deployments happen automatically via Vercel's Github app after pushing branch updates.
- Author - Mento Labs
- Twitter - @mentolabs