You are viewing a single comment's thread from:

RE: LeoThread 2025-01-22 00:22

in LeoFinance11 days ago

Part 4/6:

  • Name: "Cat With Hat"

  • Symbol: "CWH"

  • Description: "New token to showcase how to mint tokens on Solana"

  • Image URL: Upload your chosen image to IPFS (InterPlanetary File System) to make it decentralized. Once uploaded, replace the placeholder URL in your metadata file with the actual IPFS URL.

After finalizing the metadata, make sure to upload token.json to IPFS as well. Both the image file and metadata file will now be available for token creation.

Step 3: Minting Your Tokens

The final step involves creating a minting script. Create another file named mint.ts. In this script, you’ll import the required libraries and your wallet's secret key stored in guid-secret.json. You will also need the RPC URL to establish the connection with the Solana network.