Go to file
dd 07c4f8ab0b added auto approve support for MANGO_PROGRAM_ID_V2 2021-06-01 18:36:57 -04:00
.cert Ledger support (#54) 2020-12-02 17:15:13 +08:00
extension/src bump version to 0.2.7 2021-05-03 19:16:18 +08:00
public Add favicon (#46) 2020-11-16 09:43:31 +08:00
src added auto approve support for MANGO_PROGRAM_ID_V2 2021-06-01 18:36:57 -04: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 Sollet Chrome Extension v0 (#127) 2021-03-15 07:27:11 +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 Update README.md 2021-04-22 15:33:29 +08:00
package.json Upgrade @project-serum/serum to v0.13.33 (#171) 2021-04-07 10:38:03 -07:00
tsconfig.json Update dependencies 2020-12-19 23:44:55 +08:00
yarn.lock Upgrade @project-serum/serum to v0.13.33 (#171) 2021-04-07 10:38:03 -07:00

README.md

SPL Token Wallet

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

See sollet.io or the Sollet Chrome Extension 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.