This guide uses Para as the only wallet option in AppKit. For a simpler integration with multiple wallets, see the external wallets guide.
Prerequisites
Before integrating with Reown AppKit, ensure you have a Para account and project ID from Reown.Installation
Install Para’s Wagmi integration and Reown AppKit:Configuration
Create the AppKit configuration with Para as the sole connector:appkit.config.ts
Provider Setup
Wrap your app with the necessary providers:app.tsx
Using AppKit
Open the connection modal using AppKit hooks:connect-button.tsx