New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/wagmi-connector

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/wagmi-connector

Wagmi connector for the Sequence wallet

  • 4.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
208
decreased by-39%
Maintainers
0
Weekly downloads
 
Created
Source

wagmi-connector

Wagmi connector for the Sequence wallet.

Install

  pnpm install @0xsequence/wagmi-connector 0xsequence

Params

  • options.connectOptions -- Connection options for the name of the app, projectAccessKey, etc...
  • options.defaultNetwork -- Starting network
  • options.walletAppURL -- Url of sequence wallet to connect to

Example of usage

  import { sequenceWallet } from '@0xsequence/wagmi-connector'

  const connectors = [
    seqeunceWallet({
      connectOptions: {
        app: 'Demo-app',
        projectAccessKey: '...'
      },
      defaultNetwork: 137,
    }),
    ...otherConnectors
  ]
  
  const wagmiClient = createClient({
    autoConnect: false,
    connectors,
    provider
  })

A full demo is available at: https://github.com/0xsequence/demo-dapp-wagmi

FAQs

Package last updated on 28 Aug 2024

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