MetaCity NFT Metadata Standards
Contract:
Param
Description
Example
{
"name": "NFT name",
"description": "Description of this NFT",
"external_url": "https://metacity.tokau.io",
"image":"https://ipfs.io/ipfs/QmRCEv5dEyF5h7grTLuYPwEBNEBV8omnHBs4STbp2QoJFM",
"attributes": [
{
"trait_type": "Color",
"value": "Read"
},
{
"trait_type": "Size",
"value": "M"
}
]
}Last updated