Skip to content

WANA-Finance/Wallet

 
 

Repository files navigation

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.

safari

When converting from the stock sollet you'll get the following warnings

Warning: The following keys in your manifest.json are not supported by your current version of Safari. If these are critical to your extension, you should review your code to see if you need to make changes to support Safari:
        manifest_version
        description
        persistent
        version
        js
        content_security_policy
        matches
        name
        icons
        scripts
        storage
        browser_action
        web_accessible_resources
        all_frames
        run_at
Warning: Persistent background pages are not supported on iOS and iPadOS. You will need to make changes to support a non-persistent background page.

Packages

No packages published

Languages

  • JavaScript 84.9%
  • TypeScript 12.6%
  • Swift 1.3%
  • Other 1.2%