💾Formatting Metadata

For a quick guide on how to format Metadata, watch this video below! The GumBall team is always happy to help, just open a support ticket in our Discord. Overview: https://www.youtube.com/watch?v=-F64hJ_LS98&t=160s Image Metadata: 1. Upload images to IPFS or other hosting service 2. Generate metadata that contains the CID from the images on IPFS using an NFT generator or script. Reach out to the GB team if you need help with this. 3. Upload metadata on IPFS 4. Get CID from the metadata upload on IPFS, add http tag from form. " https://ipfs.io/ipfs/<CID>/ " for example This will be entered in "image metadata" box

"name": "<Collection Name>",

"description": "<Collection Description>",

"image": "<IMAGE METADATA URL",

"external_link": "<Website or Twitter Link>",

"seller_fee_basis_points": 1000, //500 is 5%

"fee_recipient": "<Creator Wallet>"

}

2. For "image" in the template, choose a specific image from the previously uploaded "image metadata" and use this CID + https tag for the image url 3. For external URL add link to your website, 4. For fee basis 500 is 5%, 1000 is 10% etc 5. Upload this OpenSea metadata to your hosting service of choice. 6. Get CID from the metadata upload on IPFS, add http tag from form. " https://ipfs.io/ipfs/<CID>/ " for example. This will be entered in "Opensea contract metadata" box

NOTE: Make sure to have all your images numbered sequentially and start at Zero EX: (0.png) for metadata EX: (0) as well as check links for example in UI.

Last updated