Integrate with RainbowKit v1
You can easily add Blocto wallet to RainbowKit
RainbowKit provides a fast, easy and highly customizable way for developers to add a great wallet experience to their application. It handle the hard stuff so developers and teams can focus on building amazing products and communities for their users.
Note that Blocto SDK for EVM-compatible chains is still in Beta. APIs are subject to breaking changes.
If you wish to use autoconnect, ensure that your version of @blocto/rainbowkit-connector is 0.2.4 or higher.
Installation
Install from npm/yarn/pnpm
RainbowKit and its peer dependencies, wagmi and viem.
Step 1 - Import Rainbowkit
Import RainbowKit, wagmi, and bloctoWallet.
Step 2 - Configure
Configure your desired chains and generate the required connectors. You will also need to setup a wagmi client.
Note: Note: Every dApp that relies on WalletConnect now needs to obtain a projectId from WalletConnect Cloud. This is absolutely free and only takes a few minutes.
Read more about configuring chains & providers with wagmi.
Step 3 - Wrap providers
Wrap your application with RainbowKitProvider and WagmiConfig.
Step 4 - Add the connect button
Then, in your app, import and render the ConnectButton
component.
RainbowKit will now handle your user's wallet selection, display wallet/transaction information and handle network/wallet switching.
Now you can easily use Rainbowkit
connect BloctoWallet
To see more configurations, please check out
Sample Code
Sample Code - Custom Authentication
Last updated