This commit is contained in:
Mikerah 2020-05-14 22:14:08 -04:00 committed by GitHub
parent c9ec0ff087
commit 10ce15f596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ The Cosmos SDK gives developers maximum flexibility to define the state of their
## Tendermint
Thanks to the Cosmos SDK, develepers just have to define the state machine, and [*Tendermint*](https://tendermint.com/docs/introduction/what-is-tendermint.html) will handle replication over the network for them.
Thanks to the Cosmos SDK, developers just have to define the state machine, and [*Tendermint*](https://tendermint.com/docs/introduction/what-is-tendermint.html) will handle replication over the network for them.
```
@ -97,4 +97,4 @@ Any application built on Tendermint needs to implement the ABCI interface in ord
## Next {hide}
Read about the [high-level design principles of the SDK](./sdk-design.md) {hide}
Read about the [high-level design principles of the SDK](./sdk-design.md) {hide}