An open API service indexing awesome lists of open source software.

https://github.com/codebender828/sam


https://github.com/codebender828/sam

Last synced: about 2 months ago
JSON representation

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.