op-alloy-network

Crates.ioop-alloy-network
lib.rsop-alloy-network
version
sourcesrc
created_at2024-06-23 08:58:00.527592
updated_at2024-11-08 00:06:14.889559
descriptionOptimism blockchain RPC behavior abstraction
homepagehttps://github.com/alloy-rs/op-alloy
repositoryhttps://github.com/alloy-rs/op-alloy
max_upload_size
id1281057
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | 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
refcell (refcell)

documentation

README

op-alloy-network

op-alloy-network crate

Optimism blockchain RPC behavior abstraction.

This crate contains a simple abstraction of the RPC behavior of an Op-stack blockchain. It is intended to be used by the Alloy client to provide a consistent interface to the rest of the library, regardless of changes the underlying blockchain makes to the RPC interface.

Commit count: 282

cargo fmt