Go to file
Sayantan Karmakar 7f0d36f98f nit 2022-10-19 21:17:29 -04:00
.cert
extension/src Update Sollet Extension 2021-08-06 10:02:57 +08:00
public
src nit 2022-10-19 21:17:29 -04:00
.editorconfig
.env.development
.gitignore Sollet Chrome Extension v0 (#127) 2021-03-15 07:27:11 +08:00
.travis.yml Add swap button (#256) 2021-06-06 00:52:23 +08:00
LICENSE
README.md Update README.md 2022-01-13 16:25:08 -05:00
package.json add subdomain resolution (#441) 2022-02-16 22:19:36 -05:00
tsconfig.json Update dependencies 2020-12-19 23:44:55 +08:00
yarn.lock add subdomain resolution (#441) 2022-02-16 22:19:36 -05:00

README.md

SPL Token Wallet

Note. This repository is used as a developer tool. Non security related issues and PRs will not be actively supported. For a wallet, it's recommended to use Phantom or Solflare.

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.