Go to file
2023-11-03 10:19:16 +00:00
.github ci: debug golangci-lint for cosmovisor (#18304) 2023-10-30 19:24:47 +00:00
.vscode
api chore: run make proto-all (#18349) 2023-11-03 08:46:25 +00:00
baseapp chore: remove mint imports in the sdk (#18307) 2023-10-31 10:30:38 +00:00
client fix(client/v2): fix marshalling of queries with any (#18309) 2023-11-03 10:19:16 +00:00
codec test: add counter module (#18272) 2023-10-30 19:07:58 +00:00
collections test: add counter module (#18272) 2023-10-30 19:07:58 +00:00
contrib refactor(mint): new go module (#18283) 2023-10-28 07:09:48 +00:00
core
crypto chore: fix linting script (#18233) 2023-10-24 14:01:06 +00:00
depinject refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
docs docs: adding some missing parenthesis (#18344) 2023-11-02 17:19:20 +00:00
errors
fuzz
internal/conv
log
math fix(math): fix panic on Uint.BigInt() (#18228) 2023-10-24 20:29:23 +00:00
orm chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
proto feat(x/gov): implement a minimum amount per deposit (#18146) 2023-11-02 10:51:19 +00:00
runtime
scripts ci: debug golangci-lint for cosmovisor (#18304) 2023-10-30 19:24:47 +00:00
server fix(client,server): consistently set env prefix between client/server (#18345) 2023-11-03 09:58:26 +00:00
simapp fix(client,server): consistently set env prefix between client/server (#18345) 2023-11-03 09:58:26 +00:00
std
store build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347) 2023-11-03 09:40:30 +00:00
telemetry
tests build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347) 2023-11-03 09:40:30 +00:00
testutil fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227) 2023-11-01 07:53:48 +00:00
tools build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347) 2023-11-03 09:40:30 +00:00
types fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227) 2023-11-01 07:53:48 +00:00
version feat(version): Add extraInfo to version cmd (#18063) 2023-10-30 21:34:20 +00:00
x fix(client/v2): fix marshalling of queries with any (#18309) 2023-11-03 10:19:16 +00:00
.clang-format
.dockerignore
.gitattributes
.gitignore
.gitpod.yml
.golangci.yml chore: fix linting script (#18233) 2023-10-24 14:01:06 +00:00
.goreleaser.yml
.markdownlint.json
.markdownlintignore
.mergify.yml
buf.work.yaml
CHANGELOG.md fix(client,server): consistently set env prefix between client/server (#18345) 2023-11-03 09:58:26 +00:00
cliff.toml
CODE_OF_CONDUCT.md
CODING_GUIDELINES.md
CONTRIBUTING.md
docker-compose.yml
Dockerfile
flake.lock
flake.nix
go.mod build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347) 2023-11-03 09:40:30 +00:00
go.sum build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347) 2023-11-03 09:40:30 +00:00
go.work.example refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
LICENSE
Makefile chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
README.md fix: broken high level intro link (#18248) 2023-10-25 05:45:39 +00:00
RELEASE_PROCESS.md
RELEASES.md
ROADMAP.md
SECURITY.md
sonar-project.properties
UPGRADING.md refactor(mint): new go module (#18283) 2023-10-28 07:09:48 +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: We advise to always use the latest maintained Go version for building Cosmos SDK applications.

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.