Go to file
Christopher Goes eff1f7ca10
Merge PR #3304: Non-zero-height export fix
* Tiny non-zero-height export fix
* Fix linter
2019-01-16 15:59:19 +01:00
.circleci Build gaia docker images during CI (#3282) 2019-01-14 11:04:28 -08:00
.github
baseapp
client Merge PR #3243: allow multiple simultaneous redelegations/ubds between same delegator/validator(s) addresses 2019-01-16 05:35:18 -05:00
cmd Merge PR #3304: Non-zero-height export fix 2019-01-16 15:59:19 +01:00
codec
crypto
docs Merge PR #3243: allow multiple simultaneous redelegations/ubds between same delegator/validator(s) addresses 2019-01-16 05:35:18 -05:00
networks
scripts
server Include Block and P2P protocols versions 2019-01-14 13:38:52 +00:00
store
tests CLI Test refactor and coverage increase (#3250) 2019-01-09 07:49:38 -08:00
tools
types Merge PR #2730: add tx search pagination related CLI/REST API parameter 2019-01-15 16:34:48 +01:00
version
x Merge PR #3243: allow multiple simultaneous redelegations/ubds between same delegator/validator(s) addresses 2019-01-16 05:35:18 -05:00
.codecov.yml
.dockerignore
.gitattributes
.gitignore
CHANGELOG.md Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
Dockerfile
Gopkg.lock Upgrade tendermint to 0.28.0-dev0 (#3279) 2019-01-11 09:19:01 -08:00
Gopkg.toml Upgrade tendermint to 0.28.0-dev0 (#3279) 2019-01-11 09:19:01 -08:00
LICENSE
Makefile
PENDING.md Merge PR #3243: allow multiple simultaneous redelegations/ubds between same delegator/validator(s) addresses 2019-01-16 05:35:18 -05:00
README.md
SECURITY.md
Vagrantfile

Cosmos SDK

banner

version CircleCI codecov Go Report Card license LoC API Reference riot.im

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.

WARNING: The SDK has mostly stabilized, but we are still making some breaking changes.

Note: Requires Go 1.11.4+

Cosmos Hub Public Testnet

To run a full-node in the latest public testnet of the Hub, first install gaia, then follow the guide.

For status updates and genesis files, see the testnets repo.

Quick Start

To learn how the SDK works from a high-level perspective, go to the SDK Intro.

If you want to get started quickly and learn how to build on top of the SDK, please follow the SDK Application Tutorial. You can also fork the tutorial's repo to get started building your own Cosmos SDK application.

For more, please go to the Cosmos SDK Docs

Disambiguation

This Cosmos-SDK project is not related to the 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.