How sell NFT using SPL Tokens + Candy Machine

To complete this tutorial you will need some knowledge using git and some other command line tools. Requirements: Install solana CLI and configure it for dev mode to avoid paying fees. Clone the latest master repository of Metaplex. cd into metaplex/js/ and run yarn to install dependencies. Install rust. Create Tokens First we create a Token with 1 decimal so each token’s value would be 0.1 (we will need 10 …