Skip to content

Instantly share code, notes, and snippets.

@vincentes
Created February 3, 2022 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincentes/2a57f04b333f55a7968171e3d88eed81 to your computer and use it in GitHub Desktop.
Save vincentes/2a57f04b333f55a7968171e3d88eed81 to your computer and use it in GitHub Desktop.
Example metadata for an NFT.
{
"name": "XDROIDS #147",
"description": "XDroids is a collection of 10,000 unique hand-drawn NFT's living on the Ethereum blockchain",
"image": "ipfs://QmZFM9wyPATcbacsUQAXpbSxvaDUV11TYvHU3VTQNMdyC7/147.png",
"dna": "c1dbc284cbbb724feb761672e5ab79c3ef2fc475",
"edition": 147,
"date": 1643395444370,
"attributes": [
{
"trait_type": "Rare Backgrounds",
"value": "Background_matrix_green"
},
{
"trait_type": "Rare Back Accessories",
"value": "Sword_purple"
},
{
"trait_type": "Base",
"value": "Droid_light"
},
{
"trait_type": "Eyes",
"value": "Eyes_black_blue"
},
{
"trait_type": "Tattoo Skins",
"value": "Droid_skins_pink_shoulders"
},
{
"trait_type": "Clothing",
"value": "White jacket"
},
{
"trait_type": "Rare Face Accessories",
"value": "Gas_mask_purple"
},
{
"trait_type": "Front Weapons",
"value": "None"
},
{
"trait_type": "Hero Trait",
"value": "None"
}
],
"compiler": "HashLips Art Engine"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment