cosmos-sdk/docs/basics
Robert Zaremba cc1db18df5
doc secp256r1 (#8899)
* Update docs for things related to secp256r1

* docs: update accounts and pubkey documentation

* update table formatting

* Apply suggestions from code review

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Apply suggestions from code review

Awesome grammar fixes and style improvements

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Apply suggestions from code review

Awesome grammar and style improvements.

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* hd wallet docs update

* Apply suggestions from code review

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/basics/accounts.md

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

* Update docs/architecture/adr-020-protobuf-transaction-encoding.md

I agree, let's use "and"

* update code snippet links

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-03-19 14:22:59 +00:00
..
README.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
accounts.md doc secp256r1 (#8899) 2021-03-19 14:22:59 +00:00
app-anatomy.md Docs: Anys Usage, Events & small cleanups (#8895) 2021-03-17 12:15:20 +00:00
gas-fees.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
query-lifecycle.md docs: Add mention to use gRPC v1.33.2 (#8658) 2021-02-25 07:57:06 +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.