cosmos-sdk/docs
dependabot[bot] 8f5120b9bb
build(deps): bump url-parse from 1.5.1 to 1.5.3 in /docs (#9910)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 10:00:40 -04:00
..
.vuepress docs: clean up translations and readme (#9539) 2021-07-05 10:07:26 +00: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 migrations directory (#9746) 2021-07-22 11:21:59 +02:00
core chore: Deprecate QueryUpgradedConsensusState (#9906) 2021-08-11 12:39:46 +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: remove legacy rest docs (#9745) 2021-07-26 19:33:58 -07:00
ru docs: clean up translations and readme (#9539) 2021-07-05 10:07:26 +00:00
run-node docs(rosetta): add Rosetta documentation page (#9688) 2021-07-28 18:15:06 -07: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 Add script to generate proto-docs (#8238) 2020-12-31 16:10:13 +00:00
versions docs: add v0.43 version option (#9506) 2021-06-28 14:34:48 -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.