JSON-RPC provider API
This submodule offers functionality to connect and enhance robustness of various EVM JSON-RPC API providers..
See multi prc for a tutorial
Support for test and mainnet fork backends like
eth_defi.provider.anvil
andeth_defi.provider.ganache
Malicious Extractable Value (MEV) mitigations in
eth_defi.provider.mev_blocker
Using multiple JSON-PRC providers and fallback providers in
eth_defi.provider.fallback
Configuring and managing multiple JSON-RPC provider connections. |
|
MEV blocking RPC provider functionality. |
|
JSON-RPC provider fallback and redundancy mechanisms. |
|
Fixes and workaronds for various JSON-RPC service providers. |
|
Ankr specific Web3.py functionality. |
|
LlamaNodes specific Python code. |
|
Anvil integration. |
|
Ganache integration. |
|
Helper methods to extract the URL endpoint and name of a provider. |