RPC Client Pool
Last updated
Last updated
Provide multiple RPC Node URLs per chain, this will make your application much more reliable. Even if one of the Nodes goes down or for some reason is not in sync, all your RPC calls will still work.
π is the base class for all the EVM Platforms. This wraps web3 to provide pool-based communication with the nodes. It handles also gas
and nonce
values.
We provide pre-configured clients for
Ethereum - π
Polygon - π
Binance Smart Chain - π
Hardhat - π
Gnosis - π
Arbitrum - π
The endpoint configuration can be defined in the constructor, or it will be read from the application π.