Skip to content

Instantly share code, notes, and snippets.

@doingthisalright
doingthisalright / WalletWhitelistUsingCM3.sh
Created February 14, 2023 11:35
Wallet Based Whitelist - Launch Solana NFT Collection using Metaplex Candy Machine V3 and Sugar: Commands used in the video: https://youtu.be/fsQIr2Lqy4Q
# Launching NFT Collection with Wallet Based Whitelist using Candy Machine V3
# Setup Solana Tool Suite
solana --version
solana-keygen --version
# Setup Sugar alpha version
# Download: https://github.com/metaplex-foundation/sugar/releases/tag/v2.0.0-beta.1
chmod 755 sugarCM3
./sugarCM3 --version
@doingthisalright
doingthisalright / config.json
Created February 14, 2023 11:37
Wallet Based Whitelist - Launch Solana NFT Collection using Metaplex Candy Machine V3 and Sugar: Config file for this video: https://youtu.be/fsQIr2Lqy4Q
{
"number": 10,
"symbol": "NB",
"sellerFeeBasisPoints": 500,
"isMutable": true,
"isSequential": false,
"creators": [
{
"address": "3pPYvzUriN9iCA4P4Pu2Z6KiQ4cDff6dUJjjXGYNQMGX",
"share": 100
@doingthisalright
doingthisalright / CandyMachineV3Windows.sh
Created March 29, 2023 12:07
Candy Machine Windows Edition! Launch Solana NFT Collection with Metaplex Candy Machine V3 and Sugar. Commands used in the video: https://youtu.be/TW8HLL6PW6c
# Candy Machine Windows Edition! Launch Solana NFT Collection with Metaplex Candy Machine V3 and Sugar
# Install Git
# https://git-scm.com/download/win
git --version
# Install Node
# https://nodejs.org/en/download
npm --version
@doingthisalright
doingthisalright / config.json
Created March 29, 2023 12:09
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