Metadata Structure

Metadata structure for a resource:
Metadata structure for an item:
Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
{
"sip": 16,
"name": "Gold",
"image": "ipfs://QmcQzR4zcamVTzCPfCRBYywHVHGVncB2o3YpojvRmakVkC/1.png",
"attributes": [
{
"trait_type": "type",
"value": "Resource"
}
],
"properties": {
"image_in_game": "ipfs://QmcQzR4zcamVTzCPfCRBYywHVHGVncB2o3YpojvRmakVkC/1.png",
"collection": "Base_Game_SFTs"
}
}{
"sip": 16,
"name": "Iron Sword 3",
"image": "ipfs://QmcQzR4zcamVTzCPfCRBYywHVHGVncB2o3YpojvRmakVkC/10.png",
"attributes": [
{
"trait_type": "type",
"value": "Sword"
},
{
"trait_type": "level",
"display_type": "number",
"value": 3
},
{
"trait_type": "element",
"value": "Iron"
}
],
"properties": {
"image_in_game": "ipfs://QmcQzR4zcamVTzCPfCRBYywHVHGVncB2o3YpojvRmakVkC/10.png",
"collection": "Base_Game_SFTs"
}
}