https://github.com/codebender828/sam
https://github.com/codebender828/sam
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebender828/sam
- Owner: codebender828
- Created: 2025-02-19T22:21:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T17:00:09.000Z (about 1 year ago)
- Last Synced: 2026-02-08T04:45:31.349Z (4 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `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:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.