2020-08-05 02:23:53 -07:00
# SPL Token Wallet
2020-07-27 23:40:26 -07: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.
2020-07-27 23:40:26 -07:00
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-07-27 23:40:26 -07:00
2020-08-05 02:23:53 -07:00
Wallet keys are stored in `localStorage` , optionally encrypted by a password.
2020-07-27 23:40:26 -07:00
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-07-27 23:40:26 -07:00
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.