* mainly sdk.int to cosmossdk.io/math * staking keys * fumpt * var-naming linter errors and a fumpt * Update CHANGELOG.md * Update .golangci.yml * Update CHANGELOG.md * Update test_helpers.go * Update test_helpers.go * fumpt and lint * this lints the db module, and makes it easier to use. It adds breaking name changes * DBConnection -> Connection * previous commit contained a merge error * Update test_helpers.go * Update test_helpers.go * db renamings * merge master * changelog * DBWriter -> Writer * consistent multistore reciever * standard recievers for multistore v2alpha1 * general cleanup of linting issues * more linter fixes * remove prealloc linter * nolint the secp256k1 import * nolint the secp256k1 package * completenolint resulting in a diff that has only nolints |
||
|---|---|---|
| .. | ||
| .vuepress | ||
| architecture | ||
| assets | ||
| basics | ||
| building-modules | ||
| core | ||
| ibc | ||
| intro | ||
| ko | ||
| migrations | ||
| ru | ||
| run-node | ||
| spec | ||
| uml | ||
| using-the-sdk | ||
| zh | ||
| 404.md | ||
| cosmos-sdk-image.jpg | ||
| DOC_WRITING_GUIDELINES.md | ||
| DOCS_README.md | ||
| package-lock.json | ||
| package.json | ||
| post.sh | ||
| pre.sh | ||
| protodoc-markdown.tmpl | ||
| README.md | ||
| versions | ||
Cosmos SDK Documentation
Get Started
- Cosmos SDK Intro: High-level overview of the Cosmos SDK.
- Ignite CLI: A developer-friendly interface to the Cosmos SDK to scaffold, launch, and maintain any crypto application on a sovereign and secured blockchain.
- SDK Tutorials: Tutorials that showcase how to build Cosmos SDK-based blockchains from scratch and explain the basic Cosmos SDK principles in the process.
Reference Docs
- Basics: Basic concepts of the Cosmos SDK, including the standard anatomy of an application, the transaction lifecycle, and accounts management.
- Core: Core concepts of the Cosmos SDK, including
baseapp, thestore, or theserver. - Building Modules: Important concepts for module developers like
message,keeper, andquerier. - IBC: IBC protocol integration and concepts.
- Running a Node, API, CLI: How to run a node and interact with the node using the CLI and the API.
- Migrations: Migration guides for updating to newer versions of Cosmos SDK.
Other Resources
- Module Directory: Cosmos SDK module implementations and their respective documentation.
- Specifications: Specifications of modules and other parts of the Cosmos SDK.
- Cosmos SDK API Reference: Godocs of the Cosmos SDK.
- REST and RPC Endpoints: List of endpoints to interact with a
gaiafull-node. - Rosetta API: Rosetta API integration.
Cosmos Hub
The Cosmos Hub (gaia) docs have moved to github.com/cosmos/gaia.
Languages
The Cosmos SDK is written in Golang, though the framework could be implemented similarly in other languages. Contact us for information about funding an implementation in another language.
Contribute
See the DOCS_README.md for details of the build process and considerations when making changes.