Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
fixed a broken TM image flow link (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-yu authored Jun 15, 2020
1 parent 6a31f06 commit f2a7e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This interface allows a "plugging" custom applications with Tendermint. Specific

As Crypto.com Chain Core code is written in Rust, we utilize (and aim to continually improve) the [rust-abci](https://github.com/tendermint/rust-abci/) library.

For the overall architecture of Tendermint Core consensus engine with the ABCI, please refer to this [infographic](https://github.com/mobfoundry/hackatom/raw/master/tminfo.pdf) and this [guide](https://docs.tendermint.com/master/app-dev/app-architecture.html).
For the overall architecture of Tendermint Core consensus engine with the ABCI, please refer to this [infographic](https://docs.tendermint.com/master/assets/img/tm-transaction-flow.258ca020.png) and this [guide](https://docs.tendermint.com/master/app-dev/app-architecture.html).


## Client: Interacting with the blockchain
Expand Down

0 comments on commit f2a7e50

Please sign in to comment.