JSON Metadata
Defines the badge's attributes, such as its name, description, image, and criteria
{
"sip": 16,
"name": "Community Engagement #",
"description": "",
"image": "ipfs://ipfs/<image_hash>",
"attributes": [
{
"trait_type": "user_id",
"value": ""
},
{
"trait_type": "engagement_type",
"value": "<post, comment, share>"
},
{
"trait_type": "engagement_timestamp",
"value": ""
},
{
"trait_type": "engagement_value",
"value": "<likes, replies>"
}
]
}Last updated