Ethereum Study Notes Clique
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

    Clique

    Clique is a proof-of-authority system where new blocks can be created by authorized ‘signers’ only.

    From: https://geth.ethereum.org/docs/tools/clef/clique-signing

    Previous Catalyst
    Next Deneb
    Made with Material for MkDocs