cosmos-sdk/docs
Jacob Gadikian b0e82f9640
chore: Db linting (#12141)
* 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
2022-06-08 19:02:01 +02:00
..
.vuepress docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
architecture docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
assets docs: adding acceptance tests description (#10534) 2021-12-10 01:34:34 +00:00
basics docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
building-modules docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
core chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
ibc docs: improve documentation menu ordering (#11950) 2022-05-12 16:50:44 +02:00
intro docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
ko docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
migrations docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
ru docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
run-node docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
spec docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
uml docs: uml hotfix (#9124) 2021-04-16 07:59:21 +00:00
using-the-sdk docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
zh docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
404.md style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
cosmos-sdk-image.jpg Merge PR #4643: Update cosmos sdk image, remove unused images 2019-06-30 16:29:05 -04:00
DOC_WRITING_GUIDELINES.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
DOCS_README.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
package-lock.json build(deps): Bump eventsource from 1.1.0 to 1.1.1 in /docs (#12104) 2022-06-01 07:43:03 +02:00
package.json build(deps): Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#10966) 2022-01-19 11:47:52 +01: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
README.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
versions docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00

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, the store, or the server.
  • Building Modules: Important concepts for module developers like message, keeper, and querier.
  • 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

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.