Socket
Socket
Sign inDemoInstall

@solana/wallet-adapter-glow

Package Overview
Dependencies
56
Maintainers
13
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @solana/wallet-adapter-glow

[Glow](https://glow.app) is an easy-to-use, secure wallet for iOS.


Version published
Weekly downloads
20K
increased by1.22%
Maintainers
13
Created
Weekly downloads
 

Readme

Source

@solana/wallet-adapter-glow

Glow is an easy-to-use, secure wallet for iOS.

Platforms

We support the following platforms:

  • Desktop Browser extension that works across Chrome, Brave, Edge, and Firefox
  • iOS Safari extension that you can use in your native Safari browser
  • Android in-app browser (coming August 2022)

Resources

Setting Network

On Glow, the app is responsible for choosing the network that processes the transaction. We simulate all transactions before prompting the user to approve them and if the app doesn't choose the right network, the simulation will fail.

// This will default to Mainnet
const wallets = useMemo(() => [new GlowWalletAdapter()])

// This will use Devnet
const devnetWallets = useMemo(() => [new GlowWalletAdapter({ network: "devnet" })])

FAQs

Last updated on 07 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc