Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 818 Bytes

Ethereum Node-Client.md

File metadata and controls

24 lines (18 loc) · 818 Bytes

A node is a software application that implements the Ethereum specification and communicates over the peer-to-peer network with other Ethereum nodes.

A client is a specific implementation of Ethereum node.

The two most common client implementations are Geth and OpenEthereum.

Ethereum transactions are sent to Ethereum nodes to be broadcast across the peer-to-peer network.


Slide Screenshot

046.jpg


Slide Text

  • Node -> Protocol Implementation Ethereum Specification
  • P2P: Node <-> Node
  • Client -> Specific Implementation
  • Geth, OpenEth, Erigon, Nethermind

References