Last active
August 5, 2022 02:41
-
-
Save shivekkhurana/69b7dd768fefa6781bf4833dbd61527c to your computer and use it in GitHub Desktop.
Generate NFTs with Candy Machine v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment