/sam

Primary LanguageTypeScript

sam (Swiss Army Knife)

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.

Features

  • Mint new SPL tokens
  • Create new SPL token accounts
  • Transfer SPL tokens between accounts
  • Query token balances

Installation

To install the dependencies for this project, run:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.18. Bun is a fast all-in-one JavaScript runtime.