본문으로 건너뛰기

1개 문서가 "AntelopeIO/docs/tree/main/docs/04_protocol/01_consensus_protocol.md" 태그에 분류되었습니다

모든 태그 보기

Consensus Protocol

An Antelope blockchain is a highly efficient, deterministic, distributed state machine that can operate in a decentralized fashion. The blockchain keeps track of transactions within a sequence of interchanged blocks. Each block cryptographically commits to the previous blocks along the same chain. It is therefore intractable to modify a transaction recorded on a given block without breaking the cryptographic checks of successive blocks. This simple fact makes blockchain transactions immutable and secure.