internet-computer-protocol / evm-rpc-canister

Interact with EVM blockchains from the Internet Computer.
https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview
Apache License 2.0
63 stars 13 forks source link

feat: support for `eth_call` #308

Closed gregorydemay closed 4 days ago

gregorydemay commented 5 days ago

Add a convenience method, similar to the other existing eth_.* methods, to call eth_call via multiple providers and aggregate theirs answers based on the provided consensus strategy, allowing callers to read data from Ethereum smart contracts.