Skip to content

MetacampDAO/sugar-cli-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

📗 Learn

Mint your own NFT dog collection with Sugar CLI in six steps.

Set up a wallet, install Sugar CLI, and mint your NFTs

  1. Download and create a wallet to view your NFTs

  2. Download and install Sugar CLI

# For Mac / Linux / WSL
bash <(curl -sSf https://sugar.metaplex.com/install.sh) 
  1. Create config file for uploading assets and setting up candymachine
sugar create-config
  1. Airdrop 2 SOL (for external decentralized storage, candymachine, and minting) and upload assets
solana airdrop 2
sugar upload
  1. Deploy candymachine to Solana assets
sugar deploy
  1. Mint NFT to your wallet publickey
sugar mint --receiver YOUR_WALLET_PUBKEY

Other Resources

About

Example assets for demonstrating Sugar CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published