Craft Network
Search…
⌃K

Format & publish metadata on IPFS

This tutorial assumes that you already have the metadata of your NFTs ready and formatted according to the Opensea standard. The key names can vary from this standard but you'll need to have the same structure! Here's an example of this structure:
{
"name": "$CFT compound award",
"description": "This award NFT is distributed to chads that compounded their rewards into $CFT",
"image": "https://craft-network.mypinata.cloud/ipfs/QmdhEBnE1BTvGhEUYa1cXtiboKp5XdfNsNX7yY4UnQ2NXH",
"external_url": "https://craft.network/cx82c8c091b41413423579445032281bca5ac14fc0:null",
"attributes": [
{
"key": "Type",
"value": "Bull"
}
]
}
You can follow one of these tutorials to learn how to format your metadatas:
Once you have your images and JSON generated and uploaded to IPFS, you're good to go! Fell free to reach out on the Discord if you need any help.