Quick question guys, how do I get the ipfs link for an NFT?
Like can I find them on their contract address or something, cause I've been looking for a way to get mine so I can get the image

Jul 27, 2022, 12:01 PM
Ya go to the contract and hit the tokenUri(id) function itll give u the metadata url
Jul 27, 2022, 12:06 PM
Thanks
How about on a large scale Dapp?
Like an NFT gallery
I can't be passing each token ID
Jul 27, 2022, 12:38 PM
Ya thatll be too many network calls - in that case ull need to find or build an api that given a user’s wallet address returns list of nfts and their metadata
Jul 27, 2022, 12:42 PM
I'll digest that. Thanks
Jul 27, 2022, 1:12 PM
Debank, alchemy and opensea have decent apis for this just make sure ur ok with the rate limiting
Jul 27, 2022, 1:13 PM
Oh okay. Thanks for the heads-up
Jul 27, 2022, 1:19 PM
trying to list NFT on opensea without using their UI - found the graphQL api they use to list assets but having issues interfacing with it
has anyone used it b4?
Jul 27, 2022, 3:06 PM

© 2024 Draquery.com All rights reserved.