Go to file
2022-08-10 18:49:07 +02:00
.github Revert "update-ci-only" (#12882) 2022-08-10 09:04:24 +02:00
api fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
baseapp
client fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
codec
contrib Revert "update-ci-only" (#12882) 2022-08-10 09:04:24 +02:00
core Fix flaky appconfig test (#12891) 2022-08-10 16:52:40 +02:00
cosmovisor fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
crypto
db fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
depinject fix: prevent panic on depinject when input or output struct has an un… (#12786) 2022-08-03 03:59:36 +00:00
docs docs: add docs on param module deprecation (#12611) 2022-08-08 21:21:23 +02:00
errors fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
fuzz
internal
math
orm fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
proto feat!: initial deposit requirement for proposals (#12771) 2022-08-02 20:40:00 +02:00
pruning
runtime
scripts refactor: Use mocks for x/authz testing (#12799) 2022-08-10 08:04:28 +00:00
server chore!: Refactor x/bank CLI Tests (#12706) 2022-08-03 12:08:41 -04:00
simapp feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00
snapshots
std
store fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
telemetry
tests refactor(crisis): CLI tests using Tendermint mock (#12874) 2022-08-10 13:54:31 +00:00
testutil refactor(crisis): CLI tests using Tendermint mock (#12874) 2022-08-10 13:54:31 +00:00
third_party/proto
tools
tx fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
types feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00
version
x refactor(crisis): CLI tests using Tendermint mock (#12874) 2022-08-10 13:54:31 +00:00
.build.sh
.clang-format
.codecov.yml
.deepsource.toml
.dockerignore
.gitattributes
.gitignore
.golangci.yml chore: update make format (#12892) 2022-08-10 18:49:07 +02:00
.goreleaser.yml
.markdownlint.json
.markdownlintignore
.mergify.yml
buf.work.yaml
CHANGELOG.md chore: update make format (#12892) 2022-08-10 18:49:07 +02:00
CODE_OF_CONDUCT.md
CODING_GUIDELINES.md
CONTRIBUTING.md
docker-compose.yml
Dockerfile Revert "update-ci-only" (#12882) 2022-08-10 09:04:24 +02:00
go.mod build(deps): Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#12853) 2022-08-10 07:26:15 +00:00
go.sum build(deps): Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#12853) 2022-08-10 07:26:15 +00:00
go.work fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
go.work.sum fix: re-add cosmovisor in go.work to fix make test (#12884) 2022-08-10 15:12:23 +02:00
LICENSE
Makefile chore: update make format (#12892) 2022-08-10 18:49:07 +02:00
README.md
RELEASE_PROCESS.md
SECURITY.md
UPGRADING.md feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00

Cosmos SDK

banner

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

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

Note: Requires Go 1.18+

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 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. We will only make a few notable mentions here.

  • Tools: notable frameworks and modules.
  • CosmJS: the Swiss Army knife to power JavaScript based client solutions.

Cosmos Hub Mainnet

The Cosmos Hub application, gaia, has moved to 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 moved to its own cosmos/ibc-go repository. Go there to build and integrate with the IBC module.

Ignite CLI

Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. If you are building a new app or a new module, use Ignite CLI to get started and speed up development.

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.