d4c831e63a
* Switch keys commands to keyring * Replace NewKeybase with NewKeyring * Fix delete test * Purge dead code * Override COSMOS_SDK_TEST_KEYRING envvar to switch to a test keyring * s/unningOnServer/unningUnattended/ C'ing @tnachen * Add deprecated warning, output looks like the following: ``` $ gaiacli keys update --help Command "update" is deprecated, it takes no effect with the new keyring based backend and is provided only for backward compatibility with the legacy LevelDB based backend. Refer to your operating system's manual to learn how to change your keyring's password. Change the password used to protect private key Usage: gaiacli keys update <name> [flags] Flags: -h, --help help for update Global Flags: --chain-id string Chain ID of tendermint node -e, --encoding string Binary encoding (hex|b64|btc) (default "hex") --home string directory for config and data (default "/home/alessio/.gaiacli") -o, --output string Output format (text|json) (default "text") --trace print out full stack trace on errors ``` * Update multisign command * Modify server.GenerateSaveCoinKey() * GenerateSaveCoinKey more modifications * Update docs * Update upgrade module |
||
---|---|---|
.circleci | ||
.github | ||
baseapp | ||
client | ||
codec | ||
contrib | ||
crypto | ||
docs | ||
scripts | ||
server | ||
simapp | ||
store | ||
tests | ||
types | ||
version | ||
x | ||
.codecov.yml | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
SECURITY.md | ||
Vagrantfile | ||
go.mod | ||
go.sum | ||
snapcraft.yaml | ||
snapcraft.yaml.in |
README.md
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.13+
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
Cosmos Hub Mainnet
The Cosmos Hub application, gaia
, has moved to its own repository. Go there to join the Cosmos Hub mainnet and more.
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.