Tendermint Core is a Byzantine Fault Tolerant (BFT) consensus engine and blockchain application platform that packages a networking layer and a deterministic, round-robin consensus algorithm into a ready-to-use software module. It enables developers to build decentralized applications by providing instant finality, where transactions are irreversibly confirmed after a single block, and a clear separation between the consensus engine (Tendermint Core) and the application state machine, typically built using the Application Blockchain Interface (ABCI).
