Skip to main content

Crate linera_ethereum

Crate linera_ethereum 

Source
Expand description

This module provides functionalities for accessing an Ethereum blockchain node. Enabling the ethereum allows to make the tests work. This requires installing the anvil from FOUNDRY and the SOLC compiler version 0.8.25

Modulesยง

client
RPC client traits for querying an Ethereum node.
common
Common types and helpers shared across the crate, including error types and Ethereum event parsing.
provider
A simplified JSON-RPC provider for accessing an Ethereum node over HTTP.
test_utils
Helper types for tests and similar purposes.