NFT RARITY RANKER
CLICK PLAY BUTTON TO SEE HOW IT WORKS,
This Project is a fork of Ethereum Boilerplate and demonstrates how you can build your own NFT Rarity Ranker.
a1eee9jj2t_scw8nYhM.mp4
โญ๏ธ Star us If this boilerplate helps you build Ethereum dapps faster - please star this project, every star makes us very happy!
Quick Start
๐ Clone or fork NFT Rarity Ranking
๐ Navigate to the generator folder and initialize the rarity generator and install moralis
npm install moralis or yarn install moralis
๐ผ๏ธ Provide your appId and serverUrl and desired collectionAddress and collectionName in the Navbar.jsx file
const serverUrl = ""; //Moralis Server Url here const appId = ""; //Moralis Server App ID here
const collectionAddress = ""; //Collection Address Here const collectionName = ""; //CollectioonName Here
๐ Run the Rarity Generator
node main.js
๐ฟ Return to the Origin Repo and Install all dependencies:
npm install
โ In Index.js Replace AppId And Server URL, and provide your appId and serverUrl from Moralis
** Add the NFT collection as an Option(s) to the Select Input (with value corresponding to the collectionName used when running the rarity generator)**
Collcetion Name๐ดโโ๏ธ Run your App:
npm start / yarn start