Skip to content

ICON Nft Rarity is the tool to find out how rare an ICON NFT is

Notifications You must be signed in to change notification settings

kryptopoo/icon-nft-rarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICON Nft Rarity

ICON Nft Rarity is the tool to find out how rare an ICON NFT is.

Features

  • 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)

Video Demo

ICON Metaverse Gallery Demo

Live Demo

https://icon-nft-rarity-app.herokuapp.com

Screenshots

Getting Started

  1. Install node modules
  2. Init collection data
  • Create collection raw data in data folder
    cd api
    node data-tool.js create --contract <collection-contract-address>
    
    params: --fromId --toId is optional
  • Analyze to transform collection raw data to rarity data in data folder
    cd api
    node data-tool.js analyze --contract <collection-contract-address>
    
  1. Start API server side

    cd api
    npm start
    
  2. Start App client side

    cd app
    npm start
    

About

ICON Nft Rarity is the tool to find out how rare an ICON NFT is

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published