NFT 파일 준비
Chiliz Chain NFT 민팅을 위한 시각적 자산과 ERC-721/ERC-1155 메타데이터 JSON 파일 준비 방법: 이미지 형식 및 메타데이터 스키마 표준을 설명합니다.
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
{
"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
}
]
}