cosmos-sdk/docs/basics
Amaury afda62174f
docs: Remove deprecated "Interfaces" section (#8294)
* Remove useless files, add app.toml section

* Rework docs

* Delete interfaces

* add correct next section references

* Finish CLI

* Small tweaks query

* Add simulation docs to core

* Add gRPC and REST

* Finish queyr lifecycle

* Updat examples

* Remove prereq

* fix links in simulation

* Use same enumeration in md

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-01-18 00:11:26 +00:00
..
README.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
accounts.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
app-anatomy.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
gas-fees.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
query-lifecycle.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
tx-lifecycle.md docs: Remove legacy Msg/queriers in "Basics" section (#7782) 2020-11-27 12:57:14 +00:00

README.md

Basics

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

  1. Anatomy of an 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.