https://github.com/samad101/sowa-web
A Solana web wallet manager
https://github.com/samad101/sowa-web
solana spl
Last synced: about 2 months ago
JSON representation
A Solana web wallet manager
- Host: GitHub
- URL: https://github.com/samad101/sowa-web
- Owner: SAMAD101
- Created: 2024-08-02T23:02:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T12:16:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T01:43:05.792Z (about 1 year ago)
- Topics: solana, spl
- Language: TypeScript
- Homepage: https://sowa-web.vercel.app
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```