1. Introduction
  2. Getting started
    1. Hardware requirements
    2. Installation
      1. Binary distribution
      2. Package manager
      3. Docker image
      4. Building from source
  3. Ethrex for Ethereum node operators
  4. Running a node
    1. Connecting to a consensus client
    2. Node startup
    3. Configuration
    4. Monitoring and metrics
  5. Architecture
    1. System Overview
    2. Block Execution Pipeline
    3. Sync State Machine
    4. Crate Map
  6. Fundamentals
    1. Metrics
    2. Logs
    3. Security
    4. Databases
    5. Networking
    6. Sync modes
    7. Snap sync internals
      1. Can an account disappear from Ethereum's state trie?
      2. Future Rewrite Concerns
      3. Sorted Trie Insertion
      4. Healing Explanation
    8. Pruning
  7. Ethrex for L2 chains
  8. Introduction
  9. Deploy an L2
    1. Overview
    2. Deploying a vanilla ethrex L2
    3. Deploying a validium ethrex L2
    4. Deploying a based ethrex L2
    5. Ethrex <> Aligned
    6. Synchronous Composability PoC
    7. Deploying a shared bridge enabled L2
    8. Deploying a fee token
    9. Upgrades
  10. Run a prover
    1. Overview
    2. Run an ethrex SP1 prover
    3. Run an ethrex RISC0 prover
    4. Run an ethrex TDX prover
    5. Run multiple provers
  11. Monitoring and metrics
  12. Admin server
  13. Ethrex Rollup Stages
  14. Architecture
    1. Overview
    2. Sequencer
    3. Prover
    4. TDX execution module
  15. Interacting with the L2
    1. Deposit assets
    2. Withdraw assets
    3. Connect a wallet
    4. Deploy a contract
    5. Blockscout for ethrex L2
    6. L2 Hub
    7. Shared Bridge
  16. Fundamentals
    1. State diffs
    2. Block vs StateDiff
    3. Data availability
    4. Execution witness
    5. Execution witness measurements
    6. Deposits
    7. Withdrawals
    8. Smart contracts
      1. OnChainOperator
      2. CommonBridge
      3. L1MessageSender
    9. Based sequencing
    10. Transaction fees
    11. Exit Window
    12. Timelock
    13. Fee token
    14. Shared Bridge
    15. Aligned Layer Integration
  17. Ethrex for developers
  18. Getting started
  19. Building
  20. L1
    1. Ethrex as a local development node
    2. Importing blocks from a file
    3. Kurtosis localnet
    4. Metrics
    5. Dashboards
    6. Integrating with other DBs
    7. Testing
      1. Ethereum foundation tests
      2. Hive tests
      3. Assertoor tests
      4. Rust tests
      5. Load tests
  21. L2
    1. Ethrex L2 as local development mode
    2. Integration tests
    3. Running the Prover
    4. Generate blobs for the state reconstruction test
  22. Prover
    1. Guest program
  23. Rich Accounts
  24. Debugging solidity with ethrex
  25. Re-execute Ethereum with ethrex
    1. FAQ
  26. CLI reference
  27. Release Process
  28. Troubleshooting
  29. Roadmap
  30. Roadmap
  31. Other resources
  32. Contributing to the Documentation
  33. Recommended lectures