DEV Community

Cover image for ◼️40/100 Block-by-Block: Alternatives to using blockchain nodes
András Novoszáth
András Novoszáth

Posted on

◼️40/100 Block-by-Block: Alternatives to using blockchain nodes

One thing I learned about: Alternatives to using blockchain nodes

Blockchains do not always need to use full nodes for every task in the network.

They can use alternatives suited to their goals, circumstances, and constraints.

Examples:

  • Light clients: performs trust-minimized verification by requesting proofs from full nodes.
  • Data availability layers: store and serve block data apart from execution nodes.
  • Layer2 and sidechains: process data off-chain and rely on proofs or state roots.
  • Blockchain indexers: store data and allow queries nodes do not support.
  • Remote or federated APIs: third-party on-chain data providers

🔽🛠️Resources🔽

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.