Skip to content

Instantly share code, notes, and snippets.

@doingthisalright
Created March 29, 2023 12:09
Show Gist options
  • Save doingthisalright/ae5cac7363dd528dd2ba11d68dc38133 to your computer and use it in GitHub Desktop.
Save doingthisalright/ae5cac7363dd528dd2ba11d68dc38133 to your computer and use it in GitHub Desktop.
Candy Machine Windows Edition! Launch Solana NFT Collection with Metaplex Candy Machine V3 and Sugar. Commands used in the video: https://youtu.be/TW8HLL6PW6c
{
"number": 10,
"symbol": "NB",
"sellerFeeBasisPoints": 500,
"isMutable": true,
"isSequential": false,
"creators": [
{
"address": "<Creator Wallet",
"share": 100
}
],
"uploadMethod": "bundlr",
"awsConfig": null,
"nftStorageAuthToken": null,
"shdwStorageAccount": null,
"pinataConfig": null,
"hiddenSettings": null,
"guards": {
"default": {
"solPayment": {
"value": 0.1,
"destination": "Mint funds destination wallet"
}
}
}
}
@Flaming19
Copy link

Can I mint 1 NFT few time(2000 times) on sugar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment