Go to file
Alessio Treglia 7a4903842f
ci: revert cleanup action's upstream latest changes (#8834)
Upstream's latest changes are causing mayhem in
the build pipelines. This change reverts upstream's
latest commit.

Upstream issue: rokroskar/workflow-run-cleanup-action#16
2021-03-10 08:32:39 +00:00
.github ci: revert cleanup action's upstream latest changes (#8834) 2021-03-10 08:32:39 +00:00
baseapp Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
client Rename InfoImporter -> LegacyInfoImporter (#8739) 2021-03-01 20:09:01 +00:00
codec crypto: add secp256r1 (#8559) 2021-03-04 12:29:48 +00:00
contrib Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
cosmovisor cosmovisor: ln -s docs/run-node/cosmovisor.md cosmovisor/README.md (#8526) 2021-02-05 15:17:52 +00:00
crypto Enable secp256r1 (#8786) 2021-03-04 21:31:42 +00:00
docs fixed broken links, typos (#8783) 2021-03-09 09:51:52 +00:00
internal/conv internal: create package for unsafe bytes convertion (#8733) 2021-03-01 15:10:22 +00:00
proto/cosmos Supply by denom Migrations (#8780) 2021-03-05 14:11:19 +00:00
scripts scripts: indent multiline commands (#8706) 2021-02-25 20:57:41 +00:00
server Move QueryTx functions to x/auth/tx (#8734) 2021-03-01 15:57:28 +00:00
simapp Remove IBC from the SDK (#8735) 2021-03-04 13:11:34 +00:00
snapshots snapshots: document use of ioutil.TempDir() (#8508) 2021-02-04 09:54:01 +00:00
std
store store/cachekv: use typed types/kv.List instead of container/list.List (#8811) 2021-03-08 09:16:23 -08:00
telemetry
tests Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
testutil Enable secp256r1 (#8786) 2021-03-04 21:31:42 +00:00
third_party/proto gRPC-gateway routes as alternative to legacy tendermint REST endpoints (#7965) 2020-11-25 15:58:11 +00:00
types store/cachekv: use typed types/kv.List instead of container/list.List (#8811) 2021-03-08 09:16:23 -08:00
version version --long displays replaced build dependencies (#7941) 2020-11-16 10:00:34 +00:00
x update SigVerifiableTx.GetPubKeys to return an error (#8828) 2021-03-10 07:16:04 +00:00
.build.sh fix library file path (#8301) 2021-01-12 10:08:42 +00:00
.clang-format
.codecov.yml CI: Fix codecov flag project config (#7994) 2020-11-20 09:13:25 -05:00
.dockerignore
.gitattributes
.gitignore All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
.golangci.yml
.goreleaser.yml
.mergify.yml Update mergify (#8784) 2021-03-05 12:45:18 +00:00
CHANGELOG.md update SigVerifiableTx.GetPubKeys to return an error (#8828) 2021-03-10 07:16:04 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md Point Release Procedure (#7999) 2020-12-11 01:50:07 +00:00
Dockerfile
LICENSE
Makefile fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00
README.md Remove IBC from the SDK (#8735) 2021-03-04 13:11:34 +00:00
SECURITY.md
STABLE_RELEASES.md
buf.yaml fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
docker-compose.yml
go.mod build(deps): bump github.com/prometheus/common from 0.17.0 to 0.18.0 (#8727) 2021-03-01 08:27:13 +00:00
go.sum build(deps): bump github.com/prometheus/common from 0.17.0 to 0.18.0 (#8727) 2021-03-01 08:27:13 +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.