π§ΎCustom JSON
Custom JSON is an optional feature for advanced users who wish to add traits to their NFTs.
1οΈβ£ Prepare Your Files
2οΈβ£ JSON Structure (Minimum Required)
{
"name": "Your NFT Name #1",
"description": "Your NFT description",
"image": ""
}3οΈβ£ Adding Traits (Optional)
{
"name": "Toast Warrior #1",
"description": "A brave warrior",
"image": "",
"attributes": [
{
"trait_type": "Class",
"value": "Warrior"
},
{
"trait_type": "Level",
"value": "50"
}
]
}4οΈβ£ Upload Process
β
Checklist
π Common Fixes
Error: "Number of images and metadata files must match"
Error: Invalid JSON
Traits not showing on marketplaces
JSON uploader not accepting collection metadata.
π‘ Pro Tip
Last updated