Tendermintbased
Tendermint-based refers to blockchain networks that use the Tendermint consensus engine as the backbone for consensus and finality. Tendermint Core provides a Byzantine fault-tolerant consensus algorithm designed for fast, deterministic finality, and it is complemented by the Application Blockchain Interface (ABCI), which decouples the consensus layer from the application logic. This separation allows developers to implement their application state machine independently while reusing the same underlying consensus engine.
In a Tendermint-based network, a set of validators runs Tendermint Core to agree on the next block.
A key feature is the ABCI, which enables any deterministic application state machine to be plugged into
Tendermint-based blockchains are prominent in the Cosmos ecosystem and in many projects built with the Cosmos