|
|
|
Airdrops && POAPs
🚁 Claimable aggregates all known Ethereum airdrops and POAPs on one page.
🤑 If you use DeFi you might have money waiting you don't know about!
Want to add an airdrop or POAP?
Option 1
There are two good ways. One is to open an issue and link to the airdrop data source. A link like this for example https://gist.githubusercontent.com/banteg/12708815fb63239d9f28dec5df8641f9/raw/28a9dffe9d5681ef5f75b0ab6c39fe5ea0064712/1inch.csv is all you need in the issue. I'll take care of the rest.
Option 2
- Add the airdrop data source to the claimable lists.
- If the source data is csv, add the file to the csv-claimables.
- If the source data is json, add the file to the json-claimables.
- Run
npm run build:claimable-data
(also ran on commit automatically in-case you forget) - Verify this created a new source file in
src/claimable-data/*
and that the master address data looks correct insrc/claimable-data/master-airdrop-data.json
Web App Development
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing pages in pages/*
. They auto-update on save.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.