README
¶
Cosmos SDK
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.11+
Cosmos Hub Public Testnet
To run a full-node in the latest public testnet of the Hub, first install gaia
, then follow the guide.
For status updates and genesis files, see the testnets repo.
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 repo to get started building your own Cosmos SDK application.
For more, please go to the Cosmos SDK Docs
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.
Directories
¶
Path | Synopsis |
---|---|
Package baseapp contains data structures that provide basic data storage functionality and act as a bridge between the ABCI interface and the SDK abstractions.
|
Package baseapp contains data structures that provide basic data storage functionality and act as a bridge between the ABCI interface and the SDK abstractions. |
cmd
|
|
keys/hd
Package hd provides basic functionality Hierarchical Deterministic Wallets.
|
Package hd provides basic functionality Hierarchical Deterministic Wallets. |
docs
|
|
mock
nolint
|
nolint |
nolint
|
nolint |
nolint
|
nolint |
x
|
|
bank
nolint
|
nolint |
distribution
nolint
|
nolint |
distribution/client/cli
nolint
|
nolint |
distribution/tags
nolint
|
nolint |
distribution/types
nolint nolint
|
nolint nolint |
gov
nolint
|
nolint |
mock
Package mock provides utility methods to ease writing tests.
|
Package mock provides utility methods to ease writing tests. |
mock/simulation
Package simulation implements a simulation framework for any state machine built on the SDK which utilizes auth.
|
Package simulation implements a simulation framework for any state machine built on the SDK which utilizes auth. |
slashing
nolint
|
nolint |
stake
nolint
|
nolint |
stake/keeper
nolint
|
nolint |
stake/tags
nolint
|
nolint |
stake/types
nolint
|
nolint |