Skip to main content
Use Para as the exclusive wallet provider in (formerly WalletConnect Web3Modal). This integration provides a polished wallet connection UI with Para handling all authentication.
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

Configuration Options

Key configuration options for the Para + AppKit integration:

Next Steps