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)