WAX NFT Metadata Standards for Atomic Assets
  • README
  • tutorial
  • media
    • image
    • literature
    • music
    • photo
    • video
Powered by GitBook
On this page
  • How to Use the WAX NFT Metadata Standards
  • 1. Set Up a Collection
  • 2. Add the Schema
  • 3. Create Templates
  • Visual learner? Here's an Instructional Video.
Edit on GitHub

tutorial

How to Use the WAX NFT Metadata Standards

Using the WAX NFT Metadata Standards to create your own NFT project involves three key steps:

1. Set up a collection
2. Add the schema
    a. Copy one of the JSON objects found at [standards.cXc.world/media](https://standards.cXc.world/media)
        Pick the media type
        Pick the version, Light or Spacetime
        Click the copy button at the top-right of the code block 
    b. Paste the code into the `idata`` field using the [createschema](https://waxblock.io/account/atomicassets?action=createschema#contract-actions) action.
3. Create templates for each piece of art you'll mint
*Now, mint as many NFTs as you want..*

1. Set Up a Collection

First, you need to set up your own collection on AtomicHub. Follow the marketplace’s process for registering a new collection.

For example, on AtomicHub you would:

  1. Click “View Profile” after clicking the three lines in top right

  2. Click “Collections”

  3. Click the “+ Create New Collection” button

  4. Fill out details + click “Save” at the bottom.

2. Add the Schema

Once your collection is created, you need to add the one of the NFT standards, which are implemented as schemas (called categories on the new Atomichub site). There are two options:

Option 2: Manually through Atomichub — You can manually re-create the schema in your collection by adding each field one-by-one through the UI.

  1. Go to your new collections page at profile > collections > manage collection

  2. Click the “Templates” tab, then click “+ Create New Category”

  1. Fill in each field manually

3. Create Templates

Use your schema to generate NFT templates in your collection. On AtomicHub, you would:

  1. From profile > collections, find your collection and click “Manage collection”

  2. Click the “Templates” tab, then click “+ Create New Template”

  3. Fill in the fields + click “Save”

Once you’ve created a template, you can mint NFTs from it anytime.

PreviousREADMENextmedia

Last updated 1 year ago

See the (aging) for more info, and return when you have a collection, as implementing the standard is much faster using the method described here.

[Recommended] Option 1: Paste the Code on Waxblock.io — The easier way is to copy the schema code from the and paste it into the idata field when using the action on Atomic Assets.

This is the “easy” way if you’re comfortable sending an action from waxblock.io
This way may seem easier if you’re code-shy, but it takes more time to fill in each field and is easier to make a typo or other mistake

Platforms like and make it easy to generate templates from your schema + NFTs from your templates without needing to code. Platforms like let you compete with other NFT artists, and tools like let you incentivize your NFT holders with token rewards.

Go the NFTs tab and click “Create new NFT”, Select the category, fill out the fields, hit save

Visual learner? Here's an .

instructions from the Pink, creators of Atomic Assetd
GitHub repo
createschema
Atomichub
Neftyblocks
cXc.world
waxdao.io
Instructional Video