The Token Holders List Builder is a tool designed to efficiently generate lists of token holders who meet specific criteria, like holding a minimum number of NFTs from a particular collection. This can be especially useful for identifying key stakeholders or organizing targeted marketing campaigns within the NFT community. By automating what would otherwise be a complex data retrieval process, this tool simplifies analytics and community management for NFT projects.
- Generate token holder lists from Hedera NFT collections.
- Set minimum holding conditions for listing eligibility.
- Choose between meeting one or all specified conditions.
- User-friendly interface with clear input fields and actionable buttons.
To get this application up and running on your system, follow these simple steps:
npm install
npm run dev
Simply input the TokenId and the minimum amount of NFTs required for an account to be eligible. The application provides a toggle for the account to meet either at least one condition or all conditions, adding flexibility to the list generation process.
This application is built with React and TypeScript, and employs UI components from the Shadcn library for a seamless and modern user interface.
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