IAmJaysWay

Results 7 comments of IAmJaysWay

Glad you like it @ericlam1114! You can check out the Moralis documentation for getting NFT collections here: https://docs.moralis.io/moralis-server/web3-sdk/token#getalltokenids But essentially to get NFT collections on AVAX just pass as a...

Hey @ericlam1114, I opened this back up and will have a look on it today and come back to you with any updates :)

import fetch from "node-fetch"; import Moralis from 'moralis/node.js'; const serverUrl = "";//Server URL Here const appId = "";//App ID here Moralis.start({ serverUrl, appId }); const resolveLink = (url) => {...

@ericlam1114 this seems to work :), I think you may have had the wrong contract address for the nft collection... I also added a manual fetch of the metadata for...

@ericlam1114 when you run the generator are the NFTs being saved in your database in the AvalancheDogsReborn class?

@Lalaji23 you can view the video on Moralis youtube channel as to how this generator calculates rarity :)https://www.youtube.com/watch?v=TXpfRRHwjak&t=1s

Yeah there may be limits with free accounts, but feel free to fork this project and add checking logic to identify if a tokenId already exists in the database. 👍