Skip to content

Instantly share code, notes, and snippets.

@shivekkhurana
Last active August 5, 2022 02:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivekkhurana/69b7dd768fefa6781bf4833dbd61527c to your computer and use it in GitHub Desktop.
Save shivekkhurana/69b7dd768fefa6781bf4833dbd61527c to your computer and use it in GitHub Desktop.
Generate NFTs with Candy Machine v2
{
"name": "Tara Base Card",
"description": "Tara universe is a demo project to showcase the power of Meta Blocks Protocol. This base card is where the story begins.",
"image": "0.png",
"attributes":
[
{
"trait_type": "texture",
"value": "futuristic"
},
{
"trait_type": "slots",
"value": 4
}
],
"symbol": "TaraBase",
"seller_fee_basis_points": 1000,
"collection":
{
"name": "Tara Universe",
"family": "Meta Blocks Samples"
},
"properties":
{
"files":
[
{
"uri": "0.png",
"type": "image/png"
}
],
"category": "image",
"creators":
[
{
"address": "6JbtQgSifp1ibwXbMVJJWjry1YoSaoSLSMTkYQjsyzUA",
"share": 100
}
]
}
}
{
"name": "Tara - Blue Right Card",
"description": "Tara universe is a demo project to showcase the power of Meta Blocks Protocol. This NFT is a drop that can be augmented with Tara later.",
"image": "1.png",
"attributes":
[
{
"trait_type": "color",
"value": "blue"
},
{
"trait_type": "position",
"value": "right"
}
],
"symbol": "TaraBlueRight",
"seller_fee_basis_points": 1000,
"collection":
{
"name": "Tara Universe",
"family": "Meta Blocks Samples"
},
"properties":
{
"files":
[
{
"uri": "1.png",
"type": "image/png"
}
],
"category": "image",
"creators":
[
{
"address": "6JbtQgSifp1ibwXbMVJJWjry1YoSaoSLSMTkYQjsyzUA",
"share": 100
}
]
}
}
{
"name": "Tara - Red Right Card",
"description": "Tara universe is a demo project to showcase the power of Meta Blocks Protocol. This NFT is a drop that can be augmented with Tara later.",
"image": "2.png",
"attributes":
[
{
"trait_type": "color",
"value": "red"
},
{
"trait_type": "position",
"value": "right"
}
],
"symbol": "TaraRedRight",
"seller_fee_basis_points": 1000,
"collection":
{
"name": "Tara Universe",
"family": "Meta Blocks Samples"
},
"properties":
{
"files":
[
{
"uri": "2.png",
"type": "image/png"
}
],
"category": "image",
"creators":
[
{
"address": "6JbtQgSifp1ibwXbMVJJWjry1YoSaoSLSMTkYQjsyzUA",
"share": 100
}
]
}
}
{
"name": "Tara - Green Top Card",
"description": "Tara universe is a demo project to showcase the power of Meta Blocks Protocol. This NFT is a drop that can be augmented with Tara later.",
"image": "3.png",
"attributes":
[
{
"trait_type": "color",
"value": "green"
},
{
"trait_type": "position",
"value": "top"
}
],
"symbol": "TaraGreenTop",
"seller_fee_basis_points": 1000,
"collection":
{
"name": "Tara Universe",
"family": "Meta Blocks Samples"
},
"properties":
{
"files":
[
{
"uri": "3.png",
"type": "image/png"
}
],
"category": "image",
"creators":
[
{
"address": "6JbtQgSifp1ibwXbMVJJWjry1YoSaoSLSMTkYQjsyzUA",
"share": 100
}
]
}
}
{
"name": "Tara - Purple Top Card",
"description": "Tara universe is a demo project to showcase the power of Meta Blocks Protocol. This NFT is a drop that can be augmented with Tara later.",
"image": "4.png",
"attributes":
[
{
"trait_type": "color",
"value": "purple"
},
{
"trait_type": "position",
"value": "top"
}
],
"symbol": "TaraPurpleTop",
"seller_fee_basis_points": 1000,
"collection":
{
"name": "Tara Universe",
"family": "Meta Blocks Samples"
},
"properties":
{
"files":
[
{
"uri": "4.png",
"type": "image/png"
}
],
"category": "image",
"creators":
[
{
"address": "6JbtQgSifp1ibwXbMVJJWjry1YoSaoSLSMTkYQjsyzUA",
"share": 100
}
]
}
}

Image files

  • 0.png: 0
  • 1.png: 1
  • 2.png: 2
  • 3.png: 3
  • 4.png: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment