🟣
GumBall LaunchPad
  • 🟣Introduction
  • 🔵Collection Keys
  • 🟡Protocol Flow
  • 🔴Our Mission
  • 🟠Road Map
  • 🟢Resources
  • 🟤Contracts
  • Core Concepts
    • 🏗️Architecture
    • 📈ERC20 Bonding Curve
    • 💸Fee Structure
    • 👅GumBar Staking
    • 💰GumBar Borrowing
    • ♻️GumBall Machine
    • 👕Physical Redemptions
    • ✏️Nomenclature
  • HOW TO
    • 😎Guide Overview
    • 🦊Connect to Metamask
    • 💸Exchange
      • 🍬Buy gNFT
      • 💰Return gNFT
      • 🪙Buy & Sell Collection Tokens
    • 🥩Stake
      • 🧜‍♂️🧜♂ Stake / Unstake gNFT
      • 🔱Stake / Unstake Collection Tokens
    • 🤝Borrow / Repay
      • 🛫Borrow / Repay Base Asset
    • 🎨Collection Creation
      • Express Create Page (Image Upload)
      • 💾Formatting Metadata
      • 🪂Deploy gNFT Collection
  • Terms of Service
Powered by GitBook
On this page
  1. HOW TO
  2. Collection Creation

Formatting Metadata

PreviousExpress Create Page (Image Upload)NextDeploy gNFT Collection

Last updated 1 year ago

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: 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

Opensea Metadata 1. Using the template, add in the information for your own collection. {

"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.

🎨
💾
https://www.youtube.com/watch?v=-F64hJ_LS98&t=160s