45 lines
2.3 KiB
Markdown
45 lines
2.3 KiB
Markdown
# Cosmos SDK
|
|

|
|
|
|
[](https://github.com/cosmos/cosmos-sdk/releases/latest)
|
|
[](https://godoc.org/github.com/cosmos/cosmos-sdk)
|
|
[](https://cosmos.rocket.chat/)
|
|
[](https://github.com/cosmos/cosmos-sdk/blob/master/LICENSE)
|
|
[](https://github.com/cosmos/cosmos-sdk)
|
|
[](https://goreportcard.com/report/github.com/cosmos/cosmos-sdk)
|
|
|
|
Branch | Tests | Coverage
|
|
----------|-------|---------
|
|
develop | [](https://circleci.com/gh/cosmos/cosmos-sdk/tree/develop) | [](https://codecov.io/gh/cosmos/cosmos-sdk)
|
|
master | [](https://circleci.com/gh/cosmos/cosmos-sdk/tree/master) | [](https://codecov.io/gh/cosmos/cosmos-sdk)
|
|
|
|
The Cosmos-SDK is a framework for building blockchain applications in Golang.
|
|
It is being used to build `Gaia`, the first implementation of the [Cosmos Hub](https://cosmos.network),
|
|
|
|
**WARNING**: The SDK has mostly stabilized, but we are still making some
|
|
breaking changes.
|
|
|
|
**Note**: Requires [Go 1.10+](https://golang.org/dl/)
|
|
|
|
## Gaia Testnet
|
|
|
|
For more information on connecting to the testnet, see
|
|
[cmd/gaia/testnets](/cmd/gaia/testnets)
|
|
|
|
For the latest status of the testnet, see the [status
|
|
file](/cmd/gaia/testnets/STATUS.md).
|
|
|
|
## Install
|
|
|
|
See the [install instructions](/docs/install.md)
|
|
|
|
## Quick Start
|
|
|
|
- [Documentation](/docs/sdk)
|
|
- [Examples](/examples)
|
|
|
|
## Disambiguation
|
|
|
|
This Cosmos-SDK project is not related to the [React-Cosmos](https://github.com/react-cosmos/react-cosmos) project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.
|