NFT Attributes (traits)
Making your NFT unique.
{
"name": "Animated Cat #001",
"description": "A unique animated cat with distinct features.",
"image": "ipfs://QmcduEBAppXxnyn37deHHf33Ep7cPbYxn1mH36Nvvowkiu",
"attributes": [
{
"trait_type": "Fur Color",
"value": "Black"
},
{
"trait_type": "Eye Type",
"value": "Round"
},
{
"trait_type": "Accessories",
"value": "Hat"
}
]
}Last updated