Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 963 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 963 Bytes

RabbyKit

RabbyKit offers a true web3 solution to help connect your Dapp with wallets, effectively addressing the issue of conflicting multiple wallet extensions. It supports the most popular connectors and chains out of the box and provides a beautiful, seamless experience.

Install

npm

npm i @rabby-wallet/rabbykit @wagmi/core@2 [email protected]

yarn

yarn add @rabby-wallet/rabbykit @wagmi/core@2 [email protected]

pnpm

pnpm add @rabby-wallet/rabbykit @wagmi/core@2 [email protected]

bun

bun add @rabby-wallet/rabbykit @wagmi/core@2 [email protected]

Not ready to migrate to @wagmi/core@2 yet?

npm i @rabby-wallet/[email protected] @wagmi/core@1 viem@1

Documentation

For full documentation, visit rabbykit.rabby.io.

Examples

There are various runnable examples included in this repository in the examples folder