Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/user2745/spl-wallet
https://github.com/user2745/spl-wallet
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/user2745/spl-wallet
- Owner: user2745
- License: other
- Created: 2020-11-12T22:04:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:56:10.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:54:06.109Z (about 1 year ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPL Token Wallet
Example Solana wallet with support for [SPL tokens](https://spl.solana.com/token) and Serum integration.
See [sollet.io](https://www.sollet.io) for a demo.
Wallet keys are stored in `localStorage`, optionally encrypted by a password.
Run `yarn start` to start a development server or `yarn build` to create a production build that can be served by a static file server.
See the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) for other commands and options.