For the complete documentation index, see llms.txt. This page is also available as Markdown.

Architecture

Understand how Armchain works under the hood. These pages cover the core protocol design, from how transactions are ordered using a DAG to how the EVM executes them.

Tip: If you just want to start building, head to the Quickstart. Come back here when you're curious about the internals.

Document
Description

DAG

How Armchain uses a Directed Acyclic Graph instead of a linear chain

Consensus

How Lachesis aBFT achieves instant finality without leaders or rounds

EVM

Ethereum Virtual Machine compatibility and execution details

Transaction Lifecycle

The complete journey of a transaction from submission to finality

Last updated