Metadata Sample

Sample metadata json for art projects.
{
  // Name of the NFT appended with the token id
  "name": "NFT Sample #1",
  // Description of the NFT
  "description": "This is a sample NFT",
  // Image is the IPFS CID of the NFT
  "image": "ipfs://bafkreidhmbzhrei6tdvzblaizutlucqovkbypsz6icb3zwm4ja4dh7fqji/",
  // Date is the timestamp of the NFT
  "date": 1756288734923,
  // Attributes is either auto generated or manually added
  "attributes": [ 
    {
      "trait_type": "Background",
      "value": "Beach"
    },
    {
      "trait_type": "Hair",
      "value": "Blonde"
    },
    {
      "trait_type": "Clothing",
      "value": "Tuxedo Suit"
    },
    {
      "trait_type": "Eyes",
      "value": "Honey"
    },
    {
      "trait_type": "Mouth",
      "value": "Bubblegum"
    },
    {
      "trait_type": "Headwear",
      "value": "McDonald Cap"
    }
  ]
}