Skip to content

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

Notifications You must be signed in to change notification settings

kuan0808/zombiedex-data-feed

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published