cosmos-sdk/docs
Ryan Christoffersen d6c30175d9
docs: update to v0.44 version tag (#10069)
2021-09-08 08:34:54 -07:00
..
.vuepress docs: update to v0.44 version tag (#10069) 2021-09-08 08:34:54 -07:00
architecture docs(adr): ADR-044 Guidelines for updating proto defs (#9613) 2021-08-02 09:32:31 +00:00
basics fix: Update app-anatomy.md (#9828) 2021-08-02 18:04:24 +02:00
building-modules docs: fix error example (#9990) 2021-08-24 07:09:03 +00:00
core docs: update to v0.44 migration (#10070) 2021-09-08 08:01:29 +00:00
ibc docs: fix broken IBC spec link, IBC page order (#9763) 2021-07-26 06:37:22 +00:00
intro docs: Cleanup SDK docs (#9889) 2021-08-10 08:18:47 +00:00
ko docs: clean up translations and readme (#9539) 2021-07-05 10:07:26 +00:00
migrations docs: update to v0.44 migration (#10070) 2021-09-08 08:01:29 +00:00
ru docs: clean up translations and readme (#9539) 2021-07-05 10:07:26 +00:00
run-node docs: add jq doc for editing genesis file (#9918) 2021-08-16 15:29:51 +00:00
spec chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
uml docs: uml hotfix (#9124) 2021-04-16 07:59:21 +00:00
using-the-sdk docs: Fix simulation docs link (#9452) 2021-06-04 07:24:57 +00:00
zh docs: clean up translations and readme (#9539) 2021-07-05 10:07:26 +00:00
DOCS_README.md docs: clean up translations and readme (#9539) 2021-07-05 10:07:26 +00:00
DOC_WRITING_GUIDELINES.md docs: use RFC 2119 keywords (#9532) 2021-06-22 00:04:55 +00:00
README.md docs(rosetta): add Rosetta documentation page (#9688) 2021-07-28 18:15:06 -07:00
cosmos-sdk-image.jpg Merge PR #4643: Update cosmos sdk image, remove unused images 2019-06-30 16:29:05 -04:00
package-lock.json build(deps): bump url-parse from 1.5.1 to 1.5.3 in /docs (#9910) 2021-08-11 10:00:40 -04:00
package.json bump vuepress-theme-cosmos (#9099) 2021-04-13 12:18:47 +00:00
post.sh docs: fix cosmovisor quickstart (#9730) 2021-07-26 07:51:36 +00:00
pre.sh docs: fix cosmovisor quickstart (#9730) 2021-07-26 07:51:36 +00:00
protodoc-markdown.tmpl
versions docs: update to v0.44 version tag (#10069) 2021-09-08 08:34:54 -07:00

README.md

Cosmos SDK Documentation

Get Started

  • SDK Intro: High-level overview of the Cosmos SDK.
  • Starport: A developer-friendly interface to the Cosmos SDK to scaffold a standard Cosmos SDK blockchain app.
  • SDK Tutorials: Tutorials that showcase how to build Cosmos SDK-based blockchains from scratch and explain the basic principles of the SDK in the process.

Reference

  • Basics: Documentation on the basic concepts of the Cosmos SDK, like the standard anatomy of an application, the transaction lifecycle, and accounts management.
  • Core: Documentation on the core concepts of the Cosmos SDK, like baseapp, the store, or the server.
  • Building Modules: Important concepts for module developers like message, keeper, and querier.
  • IBC: Documentation for the IBC protocol integration and concepts.
  • Running a Node, API, CLI: Documentation on 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 the SDK.

Other Resources

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.