♾️CNFTs structure

Metadata and Looks

To better understand the structure of ArtaCardano Multiverse Collection we describe below the components of the CNFT Display Name:

Name of the Cards: “BYRON U1C1 #001”

Byron – the name of the Character represented in the Card

U1 - meaning “Universe One”

C1 - meaning “Chapter 1”

#001 - each Character is numbered from #001 to #156 (You can also identify the Rarity)

Metadata of the cards sample from “BYRON U1C1 #001” :

// Some code
{
  "721": {
    "a02ad105d4f5e66987dc09f2ba6f443932faedd6421af9a7a2d78f32": {
      "ByronU1C1002": {
        "name": "ByronU1C1#002",
        "image": "ipfs://QmVv4hB7uLAnL9KAGiSvQNxoux6RjkephTAb5EiKdWnLY3",
        "mediaType": "image/gif",
        "Project Name": "ArtaCardano Multiverse",
        "Rarity": "Legendary",
        "*": "This Card was forged in Universe ONE | Genesis",
        "Attributes": [
          "Body": "Active",
          "Levitation" : "Active",
          "Power": "Energy Vortex - Active",
          "Force": "Abyss Energy - Active",
          "Background 1": "Star System - Active",
          "Background 2": "White Mist - Active"
        ],
        "Project website": "https://www.artacardano.io",
        "Twitter": "https://twitter.com/ArtaCardanoCNFT",
        "files": [
          {
            "name": "ByronU1C1#002",
            "mediaType": "video/mp4",
            "src": "ipfs://QmZdyMCd68EribLaMJn4M33omG1mck6R75KwLbH9ahRMRE"
          }
        ]
      }
    },
    "version": "1.0"
  }
}

Last updated