Skip to content

Commit

Permalink
Fix link to ABCI in SDK Application Architecture (cosmos#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarunD authored and jackzampolin committed Dec 19, 2018
1 parent 4b4a2b8 commit 7c8a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/sdk-app-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A blockchain application is just a [replicated deterministic state machine](http

>Tendermint is an application-agnostic engine that is responsible for handling the *networking* and *consensus* layers of your blockchain. In practice, this means that Tendermint is reponsible for propagating and ordering transaction bytes. Tendermint Core relies on an eponymous Byzantine-Fault-Tolerant (BFT) algorithm to reach consensus on the order of transactions. For more on Tendermint, click [here](https://tendermint.com/docs/introduction/introduction.html).
Tendermint passes transactions from the network to the application through an interface called the [ABCI](https://github.com/tendermint/tendermint/tree/master/abci. If you look at the architecture of the blockchain node you are building, it looks like the following:
Tendermint passes transactions from the network to the application through an interface called the [ABCI](https://github.com/tendermint/tendermint/tree/master/abci). If you look at the architecture of the blockchain node you are building, it looks like the following:

```
+---------------------+
Expand Down

0 comments on commit 7c8a76a

Please sign in to comment.