Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samad101/sowa-web
- Owner: SAMAD101
- Created: 2024-08-02T23:02:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T12:16:36.000Z (3 months ago)
- Last Synced: 2024-08-20T14:03:37.189Z (3 months ago)
- 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
```