Crates.io | recall_fendermint_eth_api |
lib.rs | recall_fendermint_eth_api |
version | |
source | src |
created_at | 2025-03-31 23:58:33.684745+00 |
updated_at | 2025-04-07 18:44:03.273174+00 |
description | Ethereum JSON-RPC facade |
homepage | |
repository | https://github.com/recallnet/ipc |
max_upload_size | |
id | 1614216 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The fendermint_eth_api
crate implements some of the Ethereum JSON-RPC methods. The up-to-date list of which methods are implemented can be gleaned from the API registration.
The API is tested for basic type lineup during the make e2e
tests via the ethers example.
The relevant specification is FIP-55.