Skip to main content
Build custom wallet connection interfaces using Para as a connector. This guide shows how to integrate Para alongside other wallet options in your own UI.
Para’s ParaModal is built with Wagmi under the hood. We recommend using ParaModal directly for a complete authentication experience. Use this guide only if you need a custom wallet selection UI while still including Para for social login.

Prerequisites

Before building a custom Wagmi connector, ensure you have Para configured in your application.

Installation

Install the Para Wagmi integration:

Basic Setup

Create a Wagmi config with Para as a connector option:
wagmi.config.ts

Provider Setup

Wrap your app with the necessary providers:
app.tsx
You can learn more about the WagmiProvider and its definition in the .

Using the Connector

Connect with Para using Wagmi hooks:
connect-button.tsx

Configuration Options

The Para connector supports these options:

Next Steps