@unipasswallet/rainbowkit-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

rainbowkit-plugin

Installation

  npm install @unipasswallet/rainbowkit-plugin

or

  yarn add @unipasswallet/rainbowkit-plugin

Parameters

  • chains -- Chains supported by app. This is the same parameter as would be passed to other RainbowKit wallets..

  • options.connect -- Connection options for the default networkId, name of the app.

  • options.connect.chainId -- Default chainId.

  • options.connect.returnEmail -- If true, email will return when connect function been called.

  • options.connect.appSettings -- Config appName, appIcon and theme.

Usage

  import { unipassWallet } from "@unipasswallet/rainbowkit-plugin'

  const connectors = connectorsForWallets([
    {
      groupName: "Recommended",
      wallets: [
        injectedWallet({ chains, shimDisconnect: true }),
        metaMaskWallet({ chains, shimDisconnect: true }),
        rainbowWallet({ chains }),
        unipassWallet({
          chains,
          connect: {
            chainId: polygonMumbai.id,
            returnEmail: false,
            appSettings: {
              appName: "wagmi demo",
              appIcon: "your icon url",
            },
          },
        }),
      ],
    },
  ]);

  const wagmiClient = createClient({
    autoConnect: true,
    connectors,
    provider,
  });

Example

A demo app for RainbowKit is available here

Readme

Keywords

none

Package Sidebar

Install

npm i @unipasswallet/rainbowkit-plugin

Weekly Downloads

2

Version

1.2.3

License

MIT

Unpacked Size

12.1 kB

Total Files

7

Last publish

Collaborators

  • zzhengzhuo
  • johnzzhang