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

test: add example Candid-RPC method to Rust E2E test #198

Closed rvanasa closed 6 months ago

rvanasa commented 6 months ago

Since this is already covered by the Motoko E2E tests, this primarily serves as documentation for how to use the EVM RPC canister from Rust. Note that this is currently very low-level and verbose until we build a caller-side library to provide generic type definitions.