Installation
in this page ill guide you through installing necessary dependencies to begin
As a creator/developer you want to mint your NFTs on Solana using Metaplex CLI (sugar), This quick guide would take you through the process of setting up your local development environment
Requirement
Sugar has made it easier for developers to mint their to DEFI storage with just your CMD
To install Metaplex CLI (Sugar) you need to install some of the dependencies
@ latest version should do the trick, Metaplex keeps updating so lower versions depreciate
First you install
Node js https://nodejs.org/en/download
you can check node --version if successfully downloaded
Next, Yarn install
yarn --version
Next, (npm install -g ts-node)globally
ts-node --version
Before proceeding you must have rust installed in your machine
To install sugar run this line in your CMD cargo install sugar-cli
rustc --version
Next, Install the latest Solana CLI
install Solana CLI , Run your CMD as administrator and run
curl https://release.solana.com/v1.9.16/solana-install-init-x86_64-pc-windows-msvc.exe --output C:\solana-install-tmp\solana-install-init.exe --create-dirs
run solana --version
Last updated