Comment on page
🪅
NFT Metadata
As part of ERC721 and the extended OpenSea NFT specification, there are a few fields we surface in our default Tap Experience from the metadata JSON.

name
- title of your itemimage
- the http/s URL to your hosted imageanimation_url
- the http/s URL to your hosted video (animation will display instead of image when available)
{
"name": "Legitimate Demo Item",
"description": "Loreum ipsum description text",
"animation_url": "https://ipfs.legitimate.tech/ipfs/QmYPUVQDYKCC96h4afhdocgNPNZUaVkQp9AELZt1C5qojT",
"image": "https://ipfs.legitimate.tech/ipfs/QmZyYrapoxrHzDgG6ovTX23Qx2uWdSmLt3gCULo88jFk6C"
}
Legitimate uses Pinata for IPFS file pinning and content delivery. When images are hosted by Legitimate, they will be automatically optimized and resized for different device screen sizes and file format capabilities and served from a global gateway CDN. Animation videos will stream and autoplay muted in the Tap Experience.
Last modified 3mo ago