Step 1: Setup The Following Step by Step

<https://code.visualstudio.com/download>
<https://nodejs.org/en/download>
npm install -g ts-node
npm install -g typescript
<https://pinata.cloud>

Step 2: Open Up Visual Studio Code

  1. Create a folder on your machine
  2. Open up the file from VS Code
  3. Click on Terminal
  4. Install Solana CLI Tools based on your OS: https://docs.solana.com/cli/install-solana-cli-tools
  5. 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
  1. 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