Integrate Para with RainbowKit to provide seamless wallet connection and authentication for your dApp users.
Configure Wagmi and Para client
Set Up Providers
Add Connect Button
ConnectButton
component to your application to allow users to connect their wallets:Providers
component and using either the ‘use client’ directive or the next/dynamic
import to ensure the providers are rendered on the client side.ParaModal
props for advanced configuration. Here’s an example of how to set up the GetParaOpts
object with various options:
ParaModal
in the customization guide:
useAccount
to interact with the connected wallet. To learn more about using wagmi hooks or the Rainbowkit hooks check out their docs Using Wagmi Hooks and Using RainbowKit Hooks guides.
Connection issues
Modal not appearing
@getpara/rainbowkit