Closed Kipperlenny closed 2 years ago
Hey @Kipperlenny TY for using the kit
Rinkeby, https://rinkeby.etherscan.io/token/0x8267717011f667d46a85bc67667cb4c6f8ec8d4d
You can use NFT Balance component to see multiple NFTs on the address.
yes, but how can I use f.e. "fetchMetadata" from the <NFT>
in the <NFTBalance>
component?
https://web3ui.github.io/web3uikit/?path=/story/1-web3-nft--crypto-punk-01
yes, the contract type does seem to be a bug with the component. TY for letting us know 🙌🏻 We will be releasing our monorepo soon. And this will be fixed after that release 🙌🏻
fetchMetadata does not need to be used in the NFTBalance
component since it uses Web3Api.account.getNFTs
api from moralis to get the data.
Hey @Kipperlenny This issue is fixed in our latest monorepo. Give it a try. And let us know if you feel there is any issue
Closing this now.
first: as far as I can see, I cannot use the options from
<NFT>
in the<NFTBalance>
Tag right?Second and more important: My NFTs are ERC1155, but they show up as ERC721. And I have more than one of them, but I cannot see any "count" on the cards...