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 …
How to create a Metaplex NTF fair launch with a candy machine and bot protection (white list)
This is a technical post about how to create your own white listed Fair Launch using Metaplex. For a thorough definition of the Fair Launch protocol have a look at this post. 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 …