Skip to content

Topic

Decentralized Systems

Removing the central authority does not remove the problem it was solving. It moves it into the protocol, the incentives and the network. This is about what that trade actually buys you, and what it charges.

Content

Tutorials and articles on decentralized systems

Nothing on decentralized systems yet.

This topic is next in line. In the meantime, the published work sits under Learn.

Browse everything

Study materials

Go deeper

All resources
  • Examples

    Consensus mechanisms — runnable comparison

    Small standalone programs that run a proof-of-work loop and a BFT voting round side by side, so the difference in message count and finality is visible rather than described.

    • TypeScript
    • #consensus
    • #simulation