Prerequisites
Before setting up Web3 libraries, you need an authenticated Para session.Setup Para Instance
Installation
- Ethers.js
- Viem
- Wagmi
Library Setup and Configuration
Configure your chosen Web3 library. You can use either a hook-based approach for React applications or a direct client setup for non-React environments or if you want to access the client outside of theParaProvider
context.
- Hook-based (React)
- Direct Client (Non-React)
- Ethers.js
- Viem
- Wagmi
useEthers.ts