DEV Community

Cover image for ◼️39/100 Block-by-Block: Blockchain node components
András Novoszáth
András Novoszáth

Posted on

◼️39/100 Block-by-Block: Blockchain node components

One thing I learned about: Blockchain node components

Nodes work differently depending on the blockchain and their role within the blockchain.

Some general components & functions across the stack:

  • P2P Networking
  • Mempool Management
  • Consensus Execution
  • State & Ledger storage
  • RPC/API Layer
  • Synch mechanisms

Top comments (0)