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