Assets and metadata

Supported Assets

Images: JPG, PNG, SVG, GIF.

Video/Audio: MP4

Structuring Metadata

8888ZONE follows the OpenSea metadata standards.

// 1.json
{
  "name": "SKULL #1",
  "description": "8888 SKULLS is a collection of randomly generated NFTs on the Stellar Blockchain",
  "image": "https://8888skulls.com/storage/skulls/optimized/1.jpg",
  "attributes": [
    {
      "trait_type": "Background",
      "value": "Dark Cerulean"
    },
    {
      "trait_type": "Eyewear",
      "value": "3D Glasses"
    },
    {
      "trait_type": "Headwear",
      "value": "Tweed Hat"
    },
    {
      "trait_type": "Skull Skin",
      "value": "Liquid Gold"
    },
    {
      "trait_type": "Mouth",
      "value": "Golden Teeth"
    },
    {
      "trait_type": "Accessory",
      "value": "Knife"
    }
  ]
}

Storing Assets & Metadata

We recommend using a decentralized storage solution such as IPFS.

Last updated