bzb_execution_layer

Crates.iobzb_execution_layer
lib.rsbzb_execution_layer
version0.0.1
sourcesrc
created_at2023-03-23 07:18:00.086068
updated_at2023-03-23 07:18:00.086068
descriptionRust communication shim to talk to a Ethereum execution client
homepage
repositoryhttps://github.com/bzbyte/execution_layer
max_upload_size
id818015
size138,999
Faraz (farazshaikh)

documentation

README

Execution Engine from LightHouse consensus client.

  1. Enables communicating with a Eth execution engine using engineapi over http or rpc endpoints.
  2. You can use raw JSON RPC calls use the engine abstraction

compile

cargo build cargo test Runs the unit test Also runs a integration test expects a GETH node running on the same node at port

NOTE: for cargo test to pass you will need a single node geth/reth execution layer running on the same node as you are running the test. See https://github.com/bzbyte/ethlaunch repo for instruction to launch as single node geth.

Commit count: 8

cargo fmt