This repository contains TypeScript scripts to interact with the Solana blockchain, including creating token mints, minting tokens, and transferring tokens.
Use this command to create a new token mint on the Solana blockchain.
npx esrun create-token-mint.tsThis script initializes a new SPL token mint and returns an explorer link to verify the mint.
solana account <new-address>This command mints additional tokens to an associated token account.
npx esrun mint-tokens.tsThis command transfers SPL tokens from one account to another. Ensure that the recipient has an associated token account.
npx esrun transfer-tokens.tsspl-token display <token-address>



