Giter Club home page Giter Club logo

rarity-ranking-nft's Introduction

Rarity-Ranking-NFT

This Project is a fork of Ethereum Boilerplate and demonstrates how you can build your own NFT Rarity Ranker.

Preview

⭐️ 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 Rarity-Ranking-NFT:

git clone https://github.com/IAmJaysWay/Rarity-Ranking-NFT.git

🔎 Navigate to the generator folder and initialize the rarity generator and install moralis

cd Rarity-Ranking-NFT
cd generator
npm init
npm install moralis

🖼️ Provide your appId and serverUrl and desired collectionAddress and collectionName in the main.js 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:

cd -
yarn install 

✏ Rename .env.example to .env in the main folder and provide your appId and serverUrl from Moralis (How to start Moralis Server) Example:

REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server

🎁 In /src/components/QuickStart.js Add the NFT collection as an Option(s) to the Select Input (with value corresponding to the collectionName used when running the rarity generator)

<Option value="YOUr COLLECTION NAME"> Collcetion Name </Option> 

🚴‍♂️ Run your App:

yarn start

rarity-ranking-nft's People

Contributors

y0moo avatar locothedev avatar iamjaysway avatar ivan-liljeqvist avatar toledoroy avatar matjaz avatar comingalive avatar banalitoraulito avatar filipmartinsson avatar saviour1001 avatar abdulmalik97 avatar codewithpom avatar algotrader999 avatar a6b8 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.