Go to file
Aleksandr Bezobchuk d635de4c47
Msgs tests
2020-03-13 09:35:03 -04:00
.circleci
.github Update CODEOWNERS as per @jaekwon's directives (#5728) 2020-02-28 18:27:42 +00:00
baseapp
client Update ADR and types 2020-03-12 15:35:22 -04:00
codec Msgs tests 2020-03-13 09:35:03 -04:00
contrib
crypto crypto: print an error message if the password input failed (#5739) 2020-03-03 13:32:52 +00:00
docs Update ADR and types 2020-03-12 15:35:22 -04:00
scripts
server Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
simapp Implement app-level tx 2020-03-12 10:53:27 -04:00
store store: cleanup (#5753) 2020-03-06 12:28:19 +00:00
tests increase types/module coverage up to 80% (#5740) 2020-03-03 13:38:46 +00:00
third_party/proto
types Update ADR and types 2020-03-12 15:35:22 -04:00
version
x Update ADR and types 2020-03-12 15:35:22 -04:00
.codecov.yml types: add test cases (#5747) 2020-03-04 17:49:59 +00:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml linter fixes (#5733) 2020-03-01 15:38:57 +00:00
.mergify.yml Tweak mergify config 2020-03-01 16:18:22 +00:00
CHANGELOG.md Update changelog 2020-03-11 10:08:15 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile increase types/module coverage up to 80% (#5740) 2020-03-03 13:38:46 +00:00
README.md
SECURITY.md
Vagrantfile
buf.yaml
go.mod Implement canonical signing 2020-03-12 13:32:03 -04:00
go.sum Implement canonical signing 2020-03-12 13:32:03 -04:00
snapcraft.yaml
snapcraft.yaml.in

README.md

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.14+

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 repository to get started building your own Cosmos SDK application.

For more, please go to the Cosmos SDK Docs.

Cosmos Hub Mainnet

The Cosmos Hub application, gaia, has moved to its own repository. Go there to join the Cosmos Hub mainnet and more.

Scaffolding

If you are starting a new app or a new module we provide a scaffolding tool to help you get started and speed up development. If you have any questions or find a bug, feel free to open an issue in the repo.

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.