spl-token-wallet/README.md

14 lines
850 B
Markdown
Raw Permalink Normal View History

2020-08-05 02:23:53 -07:00
# SPL Token Wallet
2022-10-29 06:13:06 -07:00
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).
2022-01-13 13:25:08 -08:00
2020-08-05 02:23:53 -07:00
Example Solana wallet with support for [SPL tokens](https://spl.solana.com/token) and Serum integration.
2021-04-22 00:33:29 -07:00
See [sollet.io](https://www.sollet.io) or the [Sollet Chrome Extension](https://chrome.google.com/webstore/detail/sollet/fhmfendgdocmcbmfikdcogofphimnkno) for a demo.
2020-08-05 02:23:53 -07:00
Wallet keys are stored in `localStorage`, optionally encrypted by a password.
2020-08-05 02:23:53 -07:00
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.
2020-08-05 02:23:53 -07:00
See the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) for other commands and options.