Step 1: Setup The Following Step by Step
- Download & Install Visual Studio Code
<https://code.visualstudio.com/download>
- Download & Install Latest Node.js
<https://nodejs.org/en/download>
- Install Npm ts node from your terminal
npm install -g ts-node
npm install -g typescript
- Create a IPFS account on Pinata
<https://pinata.cloud>
Step 2: Open Up Visual Studio Code
- Create a folder on your machine
- Open up the file from VS Code
- Click on Terminal
- Install Solana CLI Tools based on your OS: https://docs.solana.com/cli/install-solana-cli-tools
- After installed, Install these 3 command lines one after the order. You might need to have the latest node.js installed and typescript for it to run.
npm install @metaplex-foundation/mpl-token-metadata --save
npm install @solana/web3.js --save
npm install @project-serum/anchor --save
- Now, the next thing is to create 2 customized wallets (Vanity Wallet). The first one is for our Token Address and the second one for our Main Address. You can customize the name. For instance, if my token name is Thee Token, I can customize my token address name to start with something like the**.** So, I can change the name to the. The 1 means the number of wallets to generate. Leave it as 1