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

@0xsequence/rainbowkit-plugin

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/rainbowkit-plugin

Rainbowkit plugin for the Sequence wallet

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
272
increased by15.74%
Maintainers
0
Weekly downloads
 
Created
Source

rainbowkit-plugin

Rainbowkit plugin for the Sequence wallet.

Install

  pnpm install @0xsequence/rainbowkit-plugin 0xsequence

or

  pnpm add @0xsequence/rainbowkit-plugin 0xsequence

Params

  • chains -- Chains supported by app.

  • connect -- (optional) Connect options of the Sequence wallet, includes the name of the app and default network id.

Example of usage

import { sequenceWallet } from '@0xsequence/rainbowkit-plugin'
...other imports

const connectors = connectorsForWallets([
  {
    groupName: 'Recommended',
    wallets: [
      sequenceWallet({
        chains,
        defaultNetwork: 1,
        shimDisconnect: true,
        connect: {
          app: 'My app'
        }
      }),
      ...otherRainbowKitWallets
    ]
  }
])

export const wagmiConfig = createConfig({
  autoConnect: true,
  connectors,
  publicClient,
  webSocketPublicClient
})

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

FAQs

Package last updated on 03 Sep 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