Installation
Install the required dependencies for your preferred EVM library:Implementation
Ethers.js Integration
The Para Ethers Signer acts as a drop-in replacement for standard Ethers signers:Viem Integration
Para’s Viem integration provides a custom Viem client compatible with all Viem operations:Best Practices
- Use environment variables for API keys and RPC URLs
- Implement proper error handling for network failures
- Consider gas price management for production applications
- Cache network calls where appropriate to reduce RPC usage