SAM is a toolkit for minting and creating SPL tokens for Solana using the Solana Web3.js v2 toolkit. This project aims to simplify the process of interacting with the Solana blockchain, specifically for creating and managing SPL tokens.
- Mint new SPL tokens
- Create new SPL token accounts
- Transfer SPL tokens between accounts
- Query token balances
To install the dependencies for this project, run:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.1.18. Bun is a fast all-in-one JavaScript runtime.