Skip to content

A Stupid node tool to read a NFT contract and fill a Moralis database with info from it.

Notifications You must be signed in to change notification settings

CryptoSpaceStudios/RarityDBFU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VapenApes Rarity Database Filler Upper

I stole this from this dude's github.

He has a tutorial that i found his github through. https://www.youtube.com/watch?v=TXpfRRHwjak

To Do

  Finish Moralis Login so CLP/ACL works right.

Node Versions

tested on Node versions: 16.13.0 14.18.2

To Use:

Simply edit genrarity.js

and change lines 5-9 to your info.

  const moralisApiKey="";
  const moralisApiSecret="";
  const moralisSubdomain="";
  const appId="";
  const serverUrl="";

change lines 28-29

  const MoralisL="";
  const MoralisP="";

Then Run in terminal:

  npm install

Run the program in terminal.

  node genrarity.js

Check out your Moralis Dashboard for the results!

https://EDITMEPLSKTHXBAI.usemoralis.com:2083/apps/moralisDashboard/browser

About

A Stupid node tool to read a NFT contract and fill a Moralis database with info from it.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published