Alessio TregliaandAlexander Bezobchuk 2414e5bdd4 x/auth: turn sign --validate-sigantures into a standalone command (#6108)
--validate-signatures should not be a flag of the sign command
as the operation performed (transaction signatures verification)
is logically distinct.

cli_test is and has always been an horrible name for package
directory as it's very much Go anti-idiomatic - _test is the
suffix used by test packages, not directories. Plus, CLI test
cases can and should live alongside other testcases that don't
require binaries to be built beforehand. Thus:

x/module/client/cli_test/*.go -> x/module/client/cli/

Test files that require sim{cli,d} shall be tagged with // +build cli_test

With regard to cli test auxiliary functions, they should live in:

x/module/client/testutil/

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-05-04 13:55:16 +00:00
2020-05-02 21:26:59 +02:00
2020-05-02 21:26:59 +02:00
2020-05-02 21:26:59 +02:00
2020-05-02 21:26:59 +02:00
2020-05-02 21:26:59 +02:00
2020-03-04 17:49:59 +00:00
2020-05-02 21:26:59 +02:00
2020-03-01 16:18:22 +00:00
2020-01-30 11:26:16 -05:00
2018-01-29 12:38:50 +01:00
2020-04-28 14:51:42 +00:00
2020-04-28 16:13:36 +02:00
2019-12-16 16:24:37 -03:00
2019-03-18 13:45:25 +01:00
2019-01-31 09:59:19 -08:00
2018-12-20 10:03:59 -08:00

Cosmos SDK

banner

version CircleCI Sims codecov Go Report Card license LoC API Reference Discord chat

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.14+

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.

Scaffolding

If you are starting a new app or a new module we provide a scaffolding tool 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.

S
Description
No description provided
Readme
288 MiB
2025-12-12 07:01:08 +00:00
Languages
Go 93.1%
C 5.5%
Java 0.3%
Sage 0.3%
Makefile 0.2%
Other 0.5%