Prerequisites
Before starting, you’ll need a Para API key which you can obtain from the Para Developer Portal. You can learn to create your account and get your API key from the Developer Portal.Setup Developer Portal
Installation
Install the Para React SDK and React Query:Configure Providers
Create a providers component and wrap your application with it. Note the"use client"
directive at the top - this is
required for Next.js App Router:
Create a Connect Button
Now you can create a component that uses Para hooks to manage wallet connection:connect-button.tsx