Wapal - Product Documentation
  • πŸ‘‹Welcome to Wapal
  • πŸŒ–Overview
    • πŸŒ–Our Features
  • πŸŒ–launchpad Overall Guide
    • 🌟Create a collection
      • 2️⃣Steps cont...
      • 3️⃣Steps cont...
      • 4️⃣Audio & Video NFTs
      • 5️⃣Edit Your Launchpad
      • 6️⃣Whitelist
    • 🌟Create An Auction
      • 1️⃣Make a collection & add to auction
    • 🌟Create Editions
      • 1️⃣Creating Edition
    • πŸŒ–MARKETPLACE OVERALL GUIDE
  • πŸŒ–Meta-data Guides
    • 🌟Meta - Data Creation
    • 🌟Simplify Metadata Generation withΒ Wapal
  • πŸŒ–Community
    • πŸŒ–Socials
Powered by GitBook
On this page
  1. Meta-data Guides

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:

PreviousMARKETPLACE OVERALL GUIDENextSimplify Metadata Generation withΒ Wapal

Last updated 1 year ago

If the attributes of your NFT are in the form of an Excel file, you may replace the NFT name and description of this with your own, and proceed to run the script.

For more details please visit

πŸŒ–
🌟
repository
here