Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mento-protocol/airgrab-interface
Mento Airgrab Interface is a simple UI to guide users through the Mento airgrab process
https://github.com/mento-protocol/airgrab-interface
Last synced: 6 days ago
JSON representation
Mento Airgrab Interface is a simple UI to guide users through the Mento airgrab process
- Host: GitHub
- URL: https://github.com/mento-protocol/airgrab-interface
- Owner: mento-protocol
- Created: 2023-09-06T16:26:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:35:14.000Z (9 months ago)
- Last Synced: 2024-04-14T16:07:18.611Z (9 months ago)
- Language: TypeScript
- Homepage: https://airgrab-interface.vercel.app/
- Size: 1020 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mento Airdrop UI
This DApp lets users:
- Check their airdrop eligibility and allocation based on [the snapshot repo](https://github.com/mento-protocol/airgrab-snapshot)
- KYC to further confirm eligibility
- Claim their allocation via various claiming options## Architecture
- Next.js
- React
- Tailwind CSS
- Wagmi
- Rainbow Kit## Run Locally
1. Install deps: `pnpm i`
2. Copy environment variables to local: `cp env.example env.local`
3. Log in to GCloud on your terminal: `gcloud auth login`
4. 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
5. Start server: `pnpm dev`## Deploy
Deployments happen automatically via Vercel's Github app after pushing branch updates.
## Stay in touch
- Author - [Mento Labs](https://mentolabs.xyz)
- Twitter - [@mentolabs](https://twitter.com/mentolabs)