Core API
The core API contains logic to interact with EVM based chains, deploy smart contracts, debug smart contracts and manage wallets.
The core API is built on the top of Web3.py library.
Chain specific configuration. |
|
ERC-20 token information, deployment and manipulation. |
|
Token holding and portfolio for addresses. |
|
ABI loading from the precompiled bundle. |
|
Deploy any precompiled contract. |
|
Solidity events scalable fetch and reading. |
|
Gas price strategies. |
|
Transaction broadcasting, block confirmations and completion monitoring. |
|
Revert reason extraction. |
|
Utilities for managing hot wallets. |
|
Anvil integration. |
|
Ganache EVM test backend and mainnet forking. |
|
Web3 middleware. |
|
Transaction parsing and building utilities. |
|
Symbolic transaction tracing and human-readable Solidity stack traces. |
|
EIP-712 signing. |
|
Bunch of random utilities. |