Przygotowanie plików NFT
Przygotuj zasoby wizualne i pliki metadanych JSON w standardzie ERC-721/ERC-1155 do mintowania NFT na Chiliz Chain, omawiając formaty obrazów i standardy schematu metadanych.
Ostatnia aktualizacja
Czy to było pomocne?
Czy to było pomocne?
{
"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
}
]
}