web3-ui
web3-ui copied to clipboard
NFT Card
Description
A simple NFT component using the ankr hook useNFTMetadata
display the picture, token ID, collection title, description
props should include contractAddress, tokenID, network
check for gif, video, and music to render
Why is this needed?
The NFT component isn't currently working
Proposed Solution or API
import { useNFTMetadata } from 'ankr-react';
Additional Information
No response