Skip to content

abdul-kabugu/nft--rarity-ranking

Repository files navigation

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

โš ๏ธ in production make sure you keep this information in a secured enviroment .env file

** 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published