Skip to content

project-serum/spl-token-wallet

Folders and files

NameName
Last commit message
Last commit date
Dec 2, 2020
Aug 6, 2021
Nov 16, 2020
Nov 2, 2022
Dec 2, 2020
Dec 2, 2020
Mar 14, 2021
Jun 5, 2021
Dec 2, 2020
Oct 29, 2022
Feb 17, 2022
Dec 19, 2020
Feb 17, 2022

Repository files navigation

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.