The NFT Idea of MetaMarbles.xyz

During this blog series we will be putting together a simple NFT project called MetaMarbles. I chose marbles as the theme as I wanted something with a few attributes to make the art and code easy.  With the things learned in this series we should be able to expand the idea to other things like Bored Apes or CryptoKitties.

What are MetaMarbles?

MetaMarbles is an NFT project to test and learn the different approaches to launching NFTs on the blockchain.

What is a MetaMarble

A MetaMarble is a simple NFT with different composition characteristics as properties. Each MetaMarble is a unique token on the blockchain.

An Example MetaMarble:

Metadata information

    {
      "name": "METAMARBLES #5",
      "description": "METAMARBLES is a collection of 42 unique NFTs.",
      "image": "https://ipfs.io/ipfs/bafkreihe6gx5q5og7osnoqyebp6m2h35ueis4ofupka3bsy5g3wsezoztq",
      "attributes": [
        {
          "trait_type": "BackgroundBaseDark",
          "value": "dark"
        },
        {
          "trait_type": "Background",
          "value": "2F6690"
        },
        {
          "trait_type": "MarbleType",
          "value": "STAR"
        },
        {
          "trait_type": "MarbleBase",
          "value": "FFFF00"
        },
        {
          "trait_type": "MarbleRibbonBase",
          "value": "FF0202"
        },
        {
          "trait_type": "MarbleRibbonInner",
          "value": "FBFF12"
        },
        {
          "trait_type": "MarbleShine",
          "value": "shine"
        }
      ],
      "dna": "f98764a1022fa0a5af71738560740b78427b1c2d",
      "edition": 5,
      "external_url": "https://metamarbles.xyz",
      "date": 1654230446179,
      "compiler": ""
    }