Go to file
2023-07-11 13:02:19 +00:00
.github build(deps): Bump github/issue-labeler from 3.1 to 3.2 (#16892) 2023-07-10 07:09:05 +00:00
.vscode
api build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
baseapp fix: Revert 16794 (#16895) 2023-07-10 07:45:48 +00:00
client fix(cli): improve prune command ux (#16856) 2023-07-07 10:17:48 +00:00
codec
collections build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
contrib
core build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
crypto
depinject
docs build(deps): Bump semver from 5.7.1 to 5.7.2 in /docs (#16916) 2023-07-11 06:29:14 +00:00
errors build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
fuzz
internal
log
math
orm build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
proto chore: x/gov Audit changes (#16822) 2023-07-05 14:06:37 +00:00
runtime
scripts feat!: simplify AppModuleBasic interface for CLI (#16890) 2023-07-10 13:36:22 +00:00
server fix: Revert 16794 (#16895) 2023-07-10 07:45:48 +00:00
simapp fix: Revert 16794 (#16895) 2023-07-10 07:45:48 +00:00
std
store build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
telemetry
tests feat(upgrade): autocli query support (#16903) 2023-07-11 13:02:19 +00:00
testutil feat!: simplify AppModuleBasic interface for CLI (#16890) 2023-07-10 13:36:22 +00:00
tools feat!: simplify AppModuleBasic interface for CLI (#16890) 2023-07-10 13:36:22 +00:00
types fix: changed the data type for FeePayer and FeeGranter (#16272) 2023-07-11 10:56:53 +00:00
version
x feat(upgrade): autocli query support (#16903) 2023-07-11 13:02:19 +00:00
.clang-format
.dockerignore
.gitattributes
.gitignore refactor!: use x/tx/signing in client.TxConfig (#15822) 2023-04-20 16:20:21 +00:00
.gitpod.yml
.golangci.yml chore: x/gov Audit changes (#16822) 2023-07-05 14:06:37 +00:00
.goreleaser.yml
.markdownlint.json docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
.markdownlintignore
.mergify.yml
0ver.png docs: add docs on semver and 0ver (#16835) 2023-07-06 07:02:28 +00:00
buf.work.yaml
CHANGELOG.md fix: changed the data type for FeePayer and FeeGranter (#16272) 2023-07-11 10:56:53 +00:00
cliff.toml ci: add changelog reminder (#15459) 2023-03-21 14:44:24 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md (#7381) 2020-09-28 11:28:30 +02:00
CODING_GUIDELINES.md feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
CONTRIBUTING.md docs: add adr/rfc section to contributing (#15385) 2023-03-21 12:11:56 +00:00
docker-compose.yml
Dockerfile
go.mod build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
go.sum build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#16866) 2023-07-07 06:14:04 +00:00
go.work.example
LICENSE chore: update license copyright (#12542) 2022-07-13 10:19:10 +00:00
Makefile
README.md
RELEASE_PROCESS.md chore: clean-up all replaces and add tagging process (#16528) 2023-06-14 11:22:08 +00:00
RELEASES.md docs: add docs on semver and 0ver (#16835) 2023-07-06 07:02:28 +00:00
ROADMAP.md
SECURITY.md
semver.png docs: add docs on semver and 0ver (#16835) 2023-07-06 07:02:28 +00:00
sonar-project.properties
UPGRADING.md feat!: simplify AppModuleBasic interface for CLI (#16890) 2023-07-10 13:36:22 +00:00

Cosmos SDK

banner

The Cosmos SDK is a framework for building blockchain applications. CometBFT (BFT Consensus) and the Cosmos SDK are written in the Go programming language. Cosmos SDK is used to build Gaia, the implementation of the Cosmos Hub.

WARNING: The Cosmos SDK has mostly stabilized, but we are still making some breaking changes.

Note: Requires Go 1.20+

Quick Start

To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK High-Level Intro.

If you want to get started quickly and learn how to build on top of Cosmos SDK, visit Cosmos SDK Tutorials. You can also fork the tutorial's repository to get started building your own Cosmos SDK application.

For more information, see the Cosmos SDK Documentation.

Contributing

See CONTRIBUTING.md for details on how to contribute and participate in our dev calls. If you want to follow the updates or learn more about the latest design then join our Discord.

Tools and Frameworks

The Cosmos ecosystem is vast. Awesome Cosmos is a community-curated list of notable frameworks, modules and tools.

Cosmos Hub Mainnet

The Cosmos Hub application, gaia, has its own cosmos/gaia repository. Go there to join the Cosmos Hub mainnet and more.

Inter-Blockchain Communication (IBC)

The IBC module for the Cosmos SDK has its own cosmos/ibc-go repository. Go there to build and integrate with the IBC module.

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.