/zombiedex-data-feed

A tool to fetch zombieclubs NFT info via analyzing contract storage info.

Primary LanguageJavaScript

How to run

  1. Change the Alchemy API key in .env file to yours
  2. Change to your desired token id in getZombieInfo.js
const data = await getZombiedex(63);

Then

npm install
npx hardhat node

Leave the above shell up running, and in another shell

npx hradhat run scripts/getZombieInfo.js --network localhost

Feel free to create your own web app using the pre-fetched json provided as database 🙂

If there's any missing, use tutorials above to fetch newly revealed zombie info