Go to file
changzeng e4e8617e03 [FIX] fix apply exception for solana/web3.js v78.1 2020-09-29 15:52:01 +08:00
public Add README 2020-08-05 02:23:53 -07:00
src [FIX] fix apply exception for solana/web3.js v78.1 2020-09-29 15:52:01 +08:00
.gitignore Set up app skeleton 2020-07-28 01:53:35 -07:00
.travis.yml Configure travis 2020-08-06 23:26:32 -07:00
LICENSE Apache 2.0 license 2020-08-06 23:21:31 -07:00
README.md Add README 2020-08-05 02:23:53 -07:00
package.json Upgrade serum-js versions and label AKRO 2020-09-25 19:43:13 +08:00
yarn.lock Upgrade serum-js versions and label AKRO 2020-09-25 19:43:13 +08: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.