To get started with this course, clone this repo and follow these commands:
- cd into the
app
folder - Run
npm install
at the root of your directory - Run
npm run start
to start the project - Start coding!
If you use VSCode to build your app, we included a list of suggested extensions that will help you build this project! Once you open this project in VSCode, you will see a popup asking if you want to download the recommended extensions :).
Have some questions make sure you head over to your buildspace Dashboard and link your Discord account so you can get access to helpful channels and your instructor!
initialized config for a candy machine with publickey: DKXVZJkn5Ak4bLR7PuhWjiDqSXTP753jdFtpJaZ5kGL3 Sol Devnet Explorer
Let's say you don't like the NFT collection you used for testing and got a better idea. You need to be careful here! Whenever you change your collection, you need to follow the same steps from earlier to deploy the NFTs.
- Delete the .cache folder that was generated by the Metaplex CLI's candy machine commands.
- Change up your NFT files to be whatever you want!
- Run Metaplex's upload command via the CLI to upload the NFTs and create a new candy machine.
- Run Metaplex's verify command via the CLI to make sure the NFTs were uploaded and the candy machine was properly configured.
- Update your .env file with the new address. If you mess up even one of these steps, everything will break. So, watch out.