Skip to content

Commit

Permalink
Merge PR cosmos#5654: Replace Lino with Kava in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gamarin2 authored Feb 17, 2020
1 parent 9b3296b commit fa5120a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Cosmos SDK is the most advanced framework for building custom application-sp
- The default consensus engine available within the SDK is [Tendermint Core](https://github.com/tendermint/tendermint). Tendermint is the most (and only) mature BFT consensus engine in existence. It is widely used across the industry and is considered the gold standard consensus engine for building Proof-of-Stake systems.
- The SDK is open source and designed to make it easy to build blockchains out of composable [modules](../../x/). As the ecosystem of open source SDK modules grows, it will become increasingly easier to build complex decentralised platforms with it.
- The SDK is inspired by capabilities-based security, and informed by years of wrestling with blockchain state-machines. This makes the Cosmos SDK a very secure environment to build blockchains.
- Most importantly, the Cosmos SDK has already been used to build many application-specific blockchains that are already in production. Among others, we can cite [Cosmos Hub](https://hub.cosmos.network), [IRIS Hub](https://irisnet.org), [Binance Chain](https://docs.binance.org/), [Terra](https://terra.money/) or [Lino](https://lino.network/). [Many more](https://cosmos.network/ecosystem) are building on the Cosmos SDK.
- Most importantly, the Cosmos SDK has already been used to build many application-specific blockchains that are already in production. Among others, we can cite [Cosmos Hub](https://hub.cosmos.network), [IRIS Hub](https://irisnet.org), [Binance Chain](https://docs.binance.org/), [Terra](https://terra.money/) or [Kava](https://www.kava.io/). [Many more](https://cosmos.network/ecosystem) are building on the Cosmos SDK.

## Getting started with the Cosmos SDK

Expand All @@ -34,4 +34,4 @@ The Cosmos SDK is the most advanced framework for building custom application-sp

## Next {hide}

Learn about [application-specific blockchains](./why-app-specific.md) {hide}
Learn about [application-specific blockchains](./why-app-specific.md) {hide}

0 comments on commit fa5120a

Please sign in to comment.