Rank your NFT collection by rarity
The Rarity Score Template is a tool that allows users to implement their own rarity tools for NFT collections. It provides features for creators, buyers, and developers to meet their specific needs. Deploying the template with Vercel ensures automatic deployment of changes. The template is responsive and can be used locally or on a server.
To use the Rarity Score Template locally, follow these steps:
data/collection.json to your own collection’s JSON file. If you encounter any errors, report them as issues. The JSON file should follow Opensea standards.config/index.js file:env variable to “local” if you are using the template locally, or “prod” if deploying.LOCAL_API_URL to the port at which the app is running locally. The default value is http://localhost:3000.API_URL to your Vercel URL when deploying.COLLECTION_NAME to your Opensea collection name.COLLECTION_TITLE to the desired website title for SEO.COLLECTION_DESCRIPTION to the desired og:description for SEO.COLLECTION_IMG_LINK to the desired og:image URL for the website’s SEO.To fetch updates from the repository, run git pull origin main.
The Rarity Score Template is a versatile tool that caters to the needs of NFT creators, buyers, and developers. It allows creators to easily manage and display their NFT collections, while providing buyers with valuable information about the rarity score, rank, and price of individual NFTs. Developers benefit from clear documentation and the ability to iterate on the project. The template can be used locally or deployed with Vercel for automatic deployment. Overall, the Rarity Score Template is a comprehensive solution for anyone involved in the NFT ecosystem.