Go to file
Sayantan Karmakar 125d59f12b
Merge pull request #454 from project-serum/revert-453-revert-452-wormhole-tab
Revert "Revert "chore: added wormhole tab for bridge""
2022-11-02 15:12:01 -04:00
.cert
extension/src
public
src Revert "Revert "chore: added wormhole tab for bridge"" 2022-11-01 21:11:11 -04:00
.editorconfig
.env.development
.gitignore
.travis.yml
LICENSE
README.md add link to readme 2022-10-29 09:13:06 -04:00
package.json
tsconfig.json
yarn.lock

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 Backpack.

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.