Go to file
Gary Wang 9643de889b Handle token accounts with invalid mints 2020-08-05 21:40:42 -07:00
public Add README 2020-08-05 02:23:53 -07:00
src Handle token accounts with invalid mints 2020-08-05 21:40:42 -07:00
.gitignore Set up app skeleton 2020-07-28 01:53:35 -07:00
README.md Add README 2020-08-05 02:23:53 -07:00
package.json Add README 2020-08-05 02:23:53 -07:00
yarn.lock Deploy to gh-pages 2020-08-03 22:30:58 -07:00

README.md

SPL Token Wallet

Example Solana wallet with support for SPL tokens and Serum integration.

See 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 for other commands and options.