NFT Metadata
Fetch and display metadata for any ERC-721 token
NFTs are just tokens on a blockchain that are uniquely identifiable by a ID. To give life to these simple tokens, they utilize a tokenURI attribute, which is a string that points to a url which returns the actual metadata.
The reason for this is it's much more cost effective to store a url string like ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/1 on-chain than to store a large JSON object.
This tool lets you query any ERC-721 token's metadata, all you need to know is the contract address and the token ID.
OR