Example SafeCoin wallet, from Solana wallet with support for SafeCoin Tokens (coming soon) and SafeSwap integration.
See wallet.safecoins.org for a demo for use on the SafeCoin ecosystem. See sollet.io for a demo for use on the Solana ecosystem.
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.