Go to file
Marko b4690d8ec6
atlas: evidence (#8561)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2021-02-15 13:51:42 +00:00
.github atlas: evidence (#8561) 2021-02-15 13:51:42 +00:00
baseapp Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
client Add pagination to GetValidatorSetByHeight response (#8567) 2021-02-15 10:41:39 +00:00
codec
contrib
cosmovisor cosmovisor: ln -s docs/run-node/cosmovisor.md cosmovisor/README.md (#8526) 2021-02-05 15:17:52 +00:00
crypto
docs docs: rest_grpc updates (#8582) 2021-02-15 09:41:26 +00:00
proto Apply suggestions from code review 2021-02-10 12:27:06 -05:00
scripts
server Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
simapp Merge branch 'master' into gov_split_vote_weighted_vote 2021-02-12 11:07:27 -05:00
snapshots
std
store
telemetry
tests Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
testutil Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
third_party/proto
types types: use (*math/big.Int).BitLen() == 0 to check if value is 0 (#8580) 2021-02-15 10:53:10 +00:00
version
x atlas: evidence (#8561) 2021-02-15 13:51:42 +00:00
.build.sh
.clang-format
.codecov.yml
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.goreleaser.yml
.mergify.yml
buf.yaml
CHANGELOG.md update CHANGELOG 2021-02-12 12:37:56 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
Dockerfile
go.mod build(deps): bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#8566) 2021-02-12 10:19:07 -03:00
go.sum build(deps): bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#8566) 2021-02-12 10:19:07 -03:00
LICENSE
Makefile
README.md
SECURITY.md
STABLE_RELEASES.md

Cosmos SDK

banner

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

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.

Starport

If you are starting a new app or a new module you can use Starport 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.