How to Use IPFS
How to use IPFS to upload your collection on OmniHub.
1. Prepare Your Metadata
{
"name": "Your NFT Name",
"description": "Your NFT description",
"image": "ipfs://your_image_cid",
"attributes": [
{
"trait_type": "Background",
"value": "Blue"
},
{
"trait_type": "Rarity",
"value": "Legendary"
}
]
}Metadata Preparation
2. Upload Files to IPFS
How to Upload
3. Generate Your IPFS Link
For IPFS Uploads:
For External Storage:
4. Integrate Metadata in OmniHub
Final Steps
Last updated