ethrex-blockchain
Core blockchain logic for the ethrex Ethereum client.
For detailed API documentation, see the rustdocs:
Quick Start
use Blockchain;
let blockchain = new;
// Add a block
blockchain.add_block?;
// Add transaction to mempool
blockchain.add_transaction_to_mempool.await?;
Features
metrics: Enable Prometheus metrics collection
Notes
ethrex is a post-merge client and does not support pre-merge (PoW) forks.