Meta - Data Creation
A simple guide to create your metadata for your collection
We understand that creating metadata can be a challenging task for non-technical creators. While we are addressing this issue, we would like to offer further guidance.
For your convenience, we have provided a sample Metadata that must be stored in a folder named 0.json:
{
"name": "Your Collection #0",
"description": "Remember to replace this description",
"image": "https://arweave.net/iilWqlf0vxCBlInL2mD1vM0r7Jyuv0rRMJoZKJrwxhQ/0.png",
"attributes": [
{
"trait_type": "Background",
"value": "Purple"
},
{
"trait_type": "Theme",
"value": "Light"
}
]
}
You need to replace each of the fields in the metadata corresponding to your NFT collection.
Metadata reproduction aid
Your metadata folder output will looks something like this:
Last updated