Go to file
Alessio Treglia f7c0578fea
crypto/keyring: drop password from keyWriter internal interface (#5899)
Add an extra test case to increase coverage.
2020-04-01 16:46:47 +02:00
.circleci revert proto changes 2020-03-27 16:04:55 +01:00
.github revert proto changes 2020-03-27 16:04:55 +01:00
baseapp Fix tests 2020-03-26 12:50:39 -04:00
client types/rest: add convenience functions for error checking (#5900) 2020-04-01 09:50:22 +02:00
codec JSON Proto changes 2020-03-26 12:46:10 -04:00
contrib
crypto crypto/keyring: drop password from keyWriter internal interface (#5899) 2020-04-01 16:46:47 +02:00
docs docs(cn): match new docs in intro and basics 2020-04-01 20:52:04 +08:00
scripts
server crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
simapp Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
store lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
tests regenerate mocks, don't format autogenered files on make format (#5848) 2020-03-20 18:14:53 +00:00
third_party/proto
types types/rest: add convenience functions for error checking (#5900) 2020-04-01 09:50:22 +02:00
version Fix various linter warnings (#5824) 2020-03-18 12:59:08 +00:00
x types/rest: add convenience functions for error checking (#5900) 2020-04-01 09:50:22 +02:00
.codecov.yml
.dockerignore
.gitattributes
.gitignore
.golangci.yml lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
.mergify.yml
buf.yaml
CHANGELOG.md types/rest: add convenience functions for error checking (#5900) 2020-04-01 09:50:22 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
go.mod Bump github.com/tendermint/tm-db from 0.5.0 to 0.5.1 (#5897) 2020-03-31 10:04:42 -03:00
go.sum Bump github.com/tendermint/tm-db from 0.5.0 to 0.5.1 (#5897) 2020-03-31 10:04:42 -03:00
LICENSE
Makefile regenerate mocks, don't format autogenered files on make format (#5848) 2020-03-20 18:14:53 +00:00
README.md
SECURITY.md
snapcraft.yaml
snapcraft.yaml.in
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.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.