ICON Nft Rarity is the tool to find out how rare an ICON NFT is.
- Built on ICON blockchain
- Listing ranking collections from Craft Network.
- Filtering NFTs by traits
- Sorting NFTs by Rank and ID
- NFTs data analysis: create collection data by crawling NFT metadata, analyze NFTs rarity score (Rarity Score is based on the article)
https://icon-nft-rarity-app.herokuapp.com
- Install node modules
- Init collection data
- Create collection raw data in
data
folderparams:cd api node data-tool.js create --contract <collection-contract-address>
--fromId
--toId
is optional - Analyze to transform collection raw data to rarity data in
data
foldercd api node data-tool.js analyze --contract <collection-contract-address>
-
Start API server side
cd api npm start
-
Start App client side
cd app npm start