Apex SDK EVM Adapter
EVM blockchain adapter for the Apex SDK, providing unified access to Ethereum and EVM-compatible chains.
Supported Networks
- Ethereum Mainnet
- Binance Smart Chain (BSC)
- Polygon (Matic)
- Avalanche C-Chain
- And other EVM-compatible chains
Features
- HTTP and WebSocket Support: Flexible connection types
- Transaction Management: Send, track, and query transactions
- Smart Contract Interaction: Call and deploy contracts
- Wallet Integration: Built-in wallet and signing support
- Connection Pooling: Efficient resource management
- Metrics Collection: Performance monitoring
Quick Start
use EvmAdapter;
async