Skip to content

Instantly share code, notes, and snippets.

@doingthisalright
Created December 10, 2022 11:15
Show Gist options
  • Save doingthisalright/e8c63f9556b6807d9102265090bc916f to your computer and use it in GitHub Desktop.
Save doingthisalright/e8c63f9556b6807d9102265090bc916f to your computer and use it in GitHub Desktop.
Create Solana NFT Collection using Candy Machine V3: Config file for the video: https://youtu.be/0KHv1dMV8zU
{
"number": 10,
"symbol": "NB",
"sellerFeeBasisPoints": 500,
"isMutable": true,
"isSequential": false,
"creators": [
{
"address": "3icSnuo5kFS7BE5HPXLMrz1x1duK7bt69PJ4vvg2LDV9",
"share": 100
}
],
"uploadMethod": "bundlr",
"awsConfig": null,
"nftStorageAuthToken": null,
"shdwStorageAccount": null,
"pinataConfig": null,
"hiddenSettings": null,
"guards": {
"default": {
"mintLimit": {
"id": 1,
"limit": 100
},
"solPayment": {
"value": 0.2,
"destination": "2tKPRocGEkTsUoVMfwVuL1mcJhjqDeJ8ttxvx4vSMPTN"
},
"startDate": {
"date": "2022-10-01T01:00:00Z"
},
"botTax": {
"value": 0.01,
"lastInstruction": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment