Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-serum/spl-token-wallet
https://github.com/project-serum/spl-token-wallet
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/project-serum/spl-token-wallet
- Owner: project-serum
- License: apache-2.0
- Created: 2020-08-05T09:14:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T02:28:28.000Z (about 2 years ago)
- Last Synced: 2024-05-22T01:14:14.176Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 209 MB
- Stars: 873
- Watchers: 50
- Forks: 374
- Open Issues: 165
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - project-serum/spl-token-wallet - (JavaScript)
README
# SPL Token Wallet
Note. This repository is used as a developer tool. Non security related issues and PRs will not be actively supported. For a wallet, it's recommended to use [Backpack](https://backpack.app/download).
Example Solana wallet with support for [SPL tokens](https://spl.solana.com/token) and Serum integration.
See [sollet.io](https://www.sollet.io) or the [Sollet Chrome Extension](https://chrome.google.com/webstore/detail/sollet/fhmfendgdocmcbmfikdcogofphimnkno) 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.