Go to file
Aleksander Kochetkov 62147290c1
Merge PR #6212: Remove Get* Prefixes from Key Construction Functions
2020-05-13 17:23:00 -04:00
.circleci ci: remove swagger check (#6123) 2020-05-02 22:22:49 +02:00
.github gov: port integration tests (#6120) 2020-05-10 16:25:27 +02:00
baseapp baseapp: track events emitted from AnteHandler (#6187) 2020-05-11 18:23:41 -04:00
client client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
codec Add amino compatibility layer for proto Any (#6151) 2020-05-06 20:47:03 +00:00
contrib Makefiles: various improvements (#6101) 2020-04-30 21:30:30 +02:00
crypto linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
docs Merge PR #6111: Update ADR 020 to use Any 2020-05-13 15:33:52 -04:00
scripts Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
server various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
simapp lint: official action (#6156) 2020-05-07 09:40:49 +00:00
std Bank proto buf migration (#6166) 2020-05-12 17:35:05 +00:00
store linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
tests gov: port integration tests (#6120) 2020-05-10 16:25:27 +02:00
third_party/proto Bank proto buf migration (#6166) 2020-05-12 17:35:05 +00:00
types fix import to sdk (#6201) 2020-05-12 17:12:26 +00:00
version Fix various linter warnings (#5824) 2020-03-18 12:59:08 +00:00
x Merge PR #6212: Remove Get* Prefixes from Key Construction Functions 2020-05-13 17:23:00 -04:00
.codecov.yml types: add test cases (#5747) 2020-03-04 17:49:59 +00:00
.dockerignore
.gitattributes
.gitignore Makefiles: various improvements (#6101) 2020-04-30 21:30:30 +02:00
.golangci.yml linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
.mergify.yml
CHANGELOG.md Merge PR #6212: Remove Get* Prefixes from Key Construction Functions 2020-05-13 17:23:00 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md release: procedure change (#6148) 2020-05-05 18:47:05 -04:00
LICENSE
Makefile Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
README.md ci: migrate long sims (#6084) 2020-04-28 16:13:36 +02:00
SECURITY.md
Vagrantfile
buf.yaml Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
go.mod build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#6207) 2020-05-13 08:58:50 -04:00
go.sum build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#6207) 2020-05-13 08:58:50 -04:00
snapcraft.yaml
snapcraft.yaml.in

README.md

Cosmos SDK

banner

version CircleCI Sims codecov Go Report Card license LoC API Reference Discord chat

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.