Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solana/wallet-adapter-glow

Package Overview
Dependencies
Maintainers
13
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 0.1.18-alpha.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
13
Created
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

Package last updated on 22 Jun 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc