cosmos-sdk/docs
Sunny Aggarwal b125fccfd2 MsgWeightedVote -> MsgVoteWeighted 2021-01-24 20:54:25 -05:00
..
.vuepress Update ga id (#8351) 2021-01-15 21:37:47 +00:00
architecture MsgWeightedVote -> MsgVoteWeighted 2021-01-24 20:54:25 -05:00
basics docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
building-modules docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
cn
core MsgWeightedVote -> MsgVoteWeighted 2021-01-24 20:54:25 -05:00
ibc Update IBC Application Guide (#8256) 2021-01-05 23:01:13 +00:00
intro
kr
migrations Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
ru
run-node docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
spec Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
using-the-sdk docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
DOCS_README.md
README.md docs: Add grpc & rest endpoints overview (#8064) 2020-12-14 10:51:32 +00:00
cosmos-sdk-image.jpg
package-lock.json build(deps): bump vuepress-theme-cosmos from 1.0.179 to 1.0.180 in /docs (#8356) 2021-01-18 12:47:24 +00:00
package.json build(deps): bump vuepress-theme-cosmos from 1.0.179 to 1.0.180 in /docs (#8356) 2021-01-18 12:47:24 +00:00
post.sh
pre.sh
protodoc-markdown.tmpl Add script to generate proto-docs (#8238) 2020-12-31 16:10:13 +00:00
versions v0.40.0 Changelog backport & docs publish (#8285) 2021-01-09 08:59:07 -03:00

README.md

Cosmos SDK Documentation

Get Started

  • SDK Intro: High-level overview of the Cosmos SDK.
  • Quick Start Guide: Scaffold a standard Cosmos SDK app and run a node.
  • SDK Application Tutorial: A tutorial that showcases how to build an SDK-based blockchain from scratch and explains 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 messages, keepers, handlers and queriers.
  • IBC: Documentation for the IBC protocol integration and concepts.
  • Running a Node, API, CLI: Documentation on how to run a node, and how to interact with it using the CLI and the API.
  • Migrations: Migration guides for updating to Stargate.

Other Resources

Cosmos Hub

The Cosmos Hub (gaia) docs have moved here.

Languages

The Cosmos-SDK is currently 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 this file for details of the build process and considerations when making changes.