Go to file
Amaury 2539acd6f7
simapp InitChainer: use json instead of tmjson (#7523)
* simapp InitChainer: use json instead of tmjson

* First run for test

* Revert export_test

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2021-02-24 14:49:34 +00:00
.github ci: update golangci-lint (#8660) 2021-02-22 15:50:58 +00:00
baseapp
client keyring: remove hardcoded default passphrase on NewMnemonic (#8662) 2021-02-23 16:49:09 +00:00
codec
contrib
cosmovisor
crypto keyring: remove hardcoded default passphrase on NewMnemonic (#8662) 2021-02-23 16:49:09 +00:00
docs ADR-033 cosmetic updates (#8676) 2021-02-24 11:45:21 +00:00
proto auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
scripts
server keyring: remove hardcoded default passphrase on NewMnemonic (#8662) 2021-02-23 16:49:09 +00:00
simapp simapp InitChainer: use json instead of tmjson (#7523) 2021-02-24 14:49:34 +00:00
snapshots
std
store various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
telemetry
tests
testutil
third_party/proto
types rework unsafe string -> bytes conversion #8674 (#8684) 2021-02-24 12:47:32 +00:00
version
x keyring: remove hardcoded default passphrase on NewMnemonic (#8662) 2021-02-23 16:49:09 +00:00
.build.sh
.clang-format
.codecov.yml
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.goreleaser.yml
.mergify.yml add mergify config for automated launchpad backports (#8667) 2021-02-24 07:22:19 +00:00
buf.yaml
CHANGELOG.md keyring: remove hardcoded default passphrase on NewMnemonic (#8662) 2021-02-23 16:49:09 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
Dockerfile
go.mod
go.sum
LICENSE
Makefile
README.md
SECURITY.md
STABLE_RELEASES.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.

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.