Ethereum Study Notes 3 Lodestar
Type to start searching
    Yc-Chen/ethereum-study-notes
    Yc-Chen/ethereum-study-notes
    • Ethereum Study Notes
    • 1 Ethereum and Its Namings
    • 2 Consensus Client and Execution Client
    • 3 Lodestar
    • 3.1 Code Lodestar CLI Beacon Node
    • 3.2 Code Lodestar CLI Validator
    • 3.3 Code Lodestar Gossip Handling
    • 3.4 Code Lodestar Attestation
    • 3.5 Code Lodestar Block Building
    • 3.6 Code Lodestar Staking
    • 4 Geth
    • 4.1 Code Geth CLI
    • 4.2 Code Geth JSON RPC
    • 4.3 Code Geth Transaction Pool
    • 4.4 Code Geth Block Building
    • 4.5 Code Geth Transactions and EVM
    • 5. Putting It Together
      • 5.1 User Submits A Transaction
      • Blockchain Nodes
      • Go Language
      • IPC and RPC
      • Participate as Solo Staker
      • Dencun
      • EIP 4844
      • Ethash
      • KZG
      • SSZ
      • Capella
      • Catalyst
      • Clique
      • Deneb
      • Gossip network
      • Gossipsub
      • Shanghai
      • Shapella

    3 Lodestar

    Below are some technical pieces that are linked to consensus clients:

    • The gossipsub
    • SSZ

    To run lodestar, you need to call at least 2 CLIs:

    • lodestar beacon
    • lodestar validator import

    And they will be explained later.

    See more on their documentation here

    Previous 2 Consensus Client and Execution Client
    Next 3.1 Code Lodestar CLI Beacon Node
    Made with Material for MkDocs