Go to file
Tim Lind 5a142db6f0
Fix broken ICS links on ADR001 (#8971)
Docs have moved to IBC repo

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-03-25 07:20:28 +00:00
.github Add issue template for "Module Readiness Checklist" (#8901) 2021-03-19 14:35:25 +00:00
baseapp
client add reverse iteration to pagination (#8875) 2021-03-23 09:28:20 +00:00
codec Any: update and test String method (#8854) 2021-03-12 12:24:07 +00:00
contrib [rosetta] implement balance tracking and redo tx construction (#8729) 2021-03-11 15:01:29 +00:00
cosmovisor
crypto Fix multisig LegacyAminoPubKey Amino marshaling (#8841) 2021-03-15 12:42:10 +00:00
docs Fix broken ICS links on ADR001 (#8971) 2021-03-25 07:20:28 +00:00
internal/conv
proto/cosmos add reverse iteration to pagination (#8875) 2021-03-23 09:28:20 +00:00
scripts
server gRPC: fix server reflection (#8945) 2021-03-22 19:40:34 +00:00
simapp Merge pull request from GHSA-2f3p-6gfj-jccq 2021-03-24 12:05:33 -04:00
snapshots
std
store all: skip noisy/faulty benchmarks + add b.ReportAllocs for every benchmark (#8856) 2021-03-11 15:59:13 +00:00
telemetry
tests
testutil Added the possibility of specifying custom genesis accounts and balances inside CLI tests (#8936) 2021-03-19 15:20:23 +00:00
third_party/proto Any: update and test String method (#8854) 2021-03-12 12:24:07 +00:00
types types: add Abs() method to sdk.Int (#8963) 2021-03-24 16:33:55 +00:00
version
x Merge pull request from GHSA-2f3p-6gfj-jccq 2021-03-24 12:05:33 -04:00
.build.sh
.clang-format
.codecov.yml
.deepsource.toml chore: refactor code quality issues (#8932) 2021-03-22 09:30:27 +00:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.goreleaser.yml
.mergify.yml
CHANGELOG.md types: add Abs() method to sdk.Int (#8963) 2021-03-24 16:33:55 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00
README.md
SECURITY.md
STABLE_RELEASES.md
buf.yaml x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
docker-compose.yml
go.mod build(deps): bump github.com/golang/protobuf from 1.4.3 to 1.5.1 (#8922) 2021-03-23 01:11:09 +00:00
go.sum build(deps): bump github.com/golang/protobuf from 1.4.3 to 1.5.1 (#8922) 2021-03-23 01:11:09 +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.