Preparing the NFT files
Prepare visual assets and ERC-721/ERC-1155 metadata JSON files for NFT minting on Chiliz Chain, covering image formats and metadata schema standards.
Last updated
Was this helpful?
Was this helpful?
{
"name": "Mark Whaleon - 2024/25 Season",
"description": "The official Striker card for Team X, 2024/25 Season. Gold Tier.",
"image": "ipfs://YOUR_IMAGE_IPFS_ID_GOES_HERE",
"external_url": "https://example.com/players/whaleon",
"attributes": [
{
"trait_type": "Position",
"value": "Striker"
},
{
"trait_type": "Jersey Number",
"value": "10"
},
{
"trait_type": "Season",
"value": "2024/2025"
},
{
"trait_type": "Rarity",
"value": "Gold"
},
{
"display_type": "number",
"trait_type": "Goals Scored",
"value": 15
}
]
}