2.1.7 • Published 3 months ago

@0xsequence/rainbowkit-plugin v2.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

rainbowkit-plugin

Rainbowkit plugin for the Sequence wallet.

Install

  npm install @0xsequence/rainbowkit-plugin 0xsequence

or

  yarn 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

2.1.7

3 months ago

2.1.6

4 months ago

2.1.5

4 months ago

1.0.11-beta.0

10 months ago

1.0.11-beta.1

10 months ago

2.1.2

9 months ago

2.0.3

10 months ago

2.1.1

9 months ago

2.0.2

10 months ago

2.1.4

8 months ago

2.0.5

10 months ago

2.1.3

9 months ago

2.0.4

10 months ago

2.0.11

10 months ago

2.0.7

10 months ago

2.0.12

10 months ago

2.0.6

10 months ago

2.0.9

10 months ago

2.0.10

10 months ago

2.0.8

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.1-beta.2

10 months ago

1.1.1-beta.0

10 months ago

1.1.1-beta.1

10 months ago

1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

1 year ago

1.0.9-beta.1

12 months ago

1.0.10

12 months ago

1.0.9-beta.2

12 months ago

1.0.9-beta.0

12 months ago

1.0.5

1 year ago

1.0.2

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago