Go to file
Armani Ferrante e24db3dfde
Pass back didAutoApprove flag in sign transaction response
2021-02-25 18:00:43 +08:00
.cert Ledger support (#54) 2020-12-02 17:15:13 +08:00
public Add favicon (#46) 2020-11-16 09:43:31 +08:00
src Pass back didAutoApprove flag in sign transaction response 2021-02-25 18:00:43 +08:00
.editorconfig Ledger support (#54) 2020-12-02 17:15:13 +08:00
.env.development Ledger support (#54) 2020-12-02 17:15:13 +08:00
.gitignore Update dependencies 2020-12-19 23:44:55 +08:00
.travis.yml Update dependencies 2020-12-19 23:44:55 +08:00
LICENSE Add full Apache 2.0 license 2020-12-01 19:05:38 -08:00
README.md Add README 2020-08-05 02:23:53 -07:00
package.json Display N/A as price when serum markets aren't whitelisted (#93) 2021-02-20 15:39:36 +08:00
tsconfig.json Update dependencies 2020-12-19 23:44:55 +08:00
yarn.lock Display N/A as price when serum markets aren't whitelisted (#93) 2021-02-20 15:39:36 +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.