The Airdrop Verifier
is a utility that simplifies the process of organizing airdrops for Hedera tokens. Users can input a Token ID and a list of account IDs to which they wish to airdrop tokens. The application generates a list of addresses either associated with the token or having available auto-association slots, ensuring efficient and targeted airdrops.
Get started by installing dependencies and running the project:
npm install
npm run dev
Input the Token ID and account IDs list in the format required by the application to build your list of eligible recipients.
This project was developed with React and Typescript, using some ready-made UI components from shadcn (https://ui.shadcn.com/).
There's no need to set any .env
variables.
How to contribute to this project:
- Create a fork of this repo on GitHub.
- Clone that forked copy using GitHub.
- Make your changes on a new branch.
- Submit a PR against the main branch of this copy of the git repo.
MIT