/luxkit

LuxKit is the Lux multichain wallet SDK/

Primary LanguageTypeScript

LuxKit

LuxKit 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 viem@2.x

yarn

yarn add @rabby-wallet/rabbykit @wagmi/core@2 viem@2.x

pnpm

pnpm add @rabby-wallet/rabbykit @wagmi/core@2 viem@2.x

bun

bun add @rabby-wallet/rabbykit @wagmi/core@2 viem@2.x

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

npm i @rabby-wallet/rabbykit@0.0.6 @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