Download the collection sample.
https://docs.metaplex.com/developer-tools/sugar/preparing-assets
create and import to the assets folder
Install solana CLI
sh -c "$(curl -sSfL https://release.solana.com/v1.11.10/install)"
Install sugar CLI
bash <(curl -sSf https://sugar.metaplex.com/install.sh)
create the config.json
sugar create-config
validate JSON metadata are OK
sugar create-config
Create a candy machine deployment from assets
sugar launch
if you chose bundlr you have to fund SOL to the upload account. you can find the pubkey in the terminal. run again
sugar launch
when candy mahcine successful created. run sugar show
to check information
Now you are ready to mint
sugar mint
Top comments (0)