Zum Inhalt springen

◼️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🔽

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert