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, React Query, and required polyfills for Vite:vite.config.js
:
vite.config.js
Configure Providers
Create a providers component and wrap your application with it:Create a Connect Button
Now create a component that uses Para hooks to manage wallet connection:ConnectButton.jsx