recall_fendermint_eth_api

Crates.iorecall_fendermint_eth_api
lib.rsrecall_fendermint_eth_api
version
sourcesrc
created_at2025-03-31 23:58:33.684745+00
updated_at2025-04-07 18:44:03.273174+00
descriptionEthereum JSON-RPC facade
homepage
repositoryhttps://github.com/recallnet/ipc
max_upload_size
id1614216
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`
size0
(recall-packages)

documentation

README

Ethereum API Facade

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.

Commit count: 0

cargo fmt