Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samad101/sowa-web

A Solana web wallet manager
https://github.com/samad101/sowa-web

Last synced: 15 days ago
JSON representation

A Solana web wallet manager

Awesome Lists containing this project

README

        

# Sam Wallet Manager

A simple web interface to create SPL-tokens on devnet.

## Local setup

- Copy the repository
```bash
git clone https://github.com/SAMAD101/sowa-web.git
```

- Install dependencies
```bash
npm i
```

- Run the project
```bash
npm run dev
```