Chuẩn bị file NFT
Chuẩn bị tài sản hình ảnh và file JSON metadata theo chuẩn ERC-721/ERC-1155 để đúc NFT trên Chiliz Chain, bao gồm định dạng ảnh và tiêu chuẩn schema metadata.
Cập nhật lần cuối
Nội dung này có hữu ích không?
Nội dung này có hữu ích không?
{
"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
}
]
}