cosmos-sdk/docs/basics
foxytanuki ee0161cfcf
docs: fix tendermint links (#11742)
* Fix broken links in basics/app-anatomy.md

* Fix wrong citation in basics/query-lifecycle.md

* Fix broken and old links in basics/tx-lifecycle.md

* Fix broken link in building-modules/beginblock-endblock.md

* Fix typo

* Fix broken and old links in core/baseapp.md

* Fix old links and description in core/context.md

* Fix old link in core/transactions.md

* Fix old link in intro/sdk-app-architecture.md

* Fix broken link to rpc in basics/query-lifecycle.md
2022-04-25 11:37:40 +02:00
..
README.md docs: 10180 Fix SDK (#10237) 2021-09-28 19:33:58 +02:00
accounts.md docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
app-anatomy.md docs: fix tendermint links (#11742) 2022-04-25 11:37:40 +02:00
gas-fees.md chore: master -> main (#11730) 2022-04-24 10:19:04 -04:00
query-lifecycle.md docs: fix tendermint links (#11742) 2022-04-25 11:37:40 +02:00
tx-lifecycle.md docs: fix tendermint links (#11742) 2022-04-25 11:37:40 +02:00

README.md

Basics

This repository contains reference documentation on the basic concepts of the Cosmos SDK.

  1. Anatomy of a Cosmos SDK Application
  2. Lifecycle of a transaction
  3. Lifecycle of a query
  4. Accounts
  5. Gas and Fees

After reading the basics, head on to the Core Reference for more advanced material.