Go to file
Devashish Dixit 15edf3c38f
Add more details in error message for invalid vote option (#9185)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-04-28 10:19:08 +00:00
.github Add labeler action (#9204) 2021-04-27 14:52:19 -04:00
baseapp
client
codec
contrib
cosmovisor
crypto crypto/types: fix negative index accesses in CompactUnmarshal,GetIndex,SetIndex (#9196) 2021-04-26 16:40:27 +00:00
docs remove IBC ADRs (#9191) 2021-04-26 11:05:24 +00:00
internal/conv
proto/cosmos
scripts
server
simapp Add hooks to governance actions (#9133) 2021-04-21 12:59:30 -04:00
snapshots
std
store
telemetry
tests
testutil
third_party/proto
types types: make NewDecFromStr returns error for too large decimal (#9157) 2021-04-22 11:21:27 +01:00
version
x Add more details in error message for invalid vote option (#9185) 2021-04-28 10:19:08 +00:00
.build.sh
.clang-format
.codecov.yml
.deepsource.toml
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.goreleaser.yml
.mergify.yml
CHANGELOG.md Add hooks to governance actions (#9133) 2021-04-21 12:59:30 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md 2021-04-26 17:55:59 +02:00
Dockerfile
LICENSE
Makefile setup: reuses proto container (#9192) 2021-04-26 11:15:46 +00:00
README.md
SECURITY.md
STABLE_RELEASES.md
buf.yaml
docker-compose.yml
go.mod build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware (#9186) 2021-04-26 10:38:48 +00:00
go.sum build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware (#9186) 2021-04-26 10:38:48 +00:00

README.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.

Interblockchain Communication (IBC)

The IBC module for the SDK has moved to its own repository. Go there to build and integrate with the IBC module.

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.