cosmos-sdk/docs/docs
mergify[bot] e62c19c906
docs: fix typo in 06-grpc_rest.md (backport #19192) (#19194)
Co-authored-by: Yoksirod <103229163+taramakage@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-23 20:40:27 +01:00
..
basics docs: add index page for learn section (backport #18777) (#18779) 2023-12-19 15:16:14 +01:00
building-apps fix(runtime): allow to properly register non app wiring modules (backport #17284) (#17305) 2023-08-07 12:36:27 +00:00
building-modules docs: improve usage of `:::note` (backport #17132) (#17134) 2023-07-26 11:17:26 +02:00
core docs: fix typo in 06-grpc_rest.md (backport #19192) (#19194) 2024-01-23 20:40:27 +01:00
ecosystem docs: update cosmwasm link (backport #15438) (#15440) 2023-03-17 11:56:52 +01:00
intro docs: add index page for learn section (backport #18777) (#18779) 2023-12-19 15:16:14 +01:00
migrations chore: remove sdk from side bar (backport #17374) (#17376) 2023-08-12 16:27:28 +00:00
modules chore: remove sdk from side bar (backport #17374) (#17376) 2023-08-12 16:27:28 +00:00
run-node feat(server): start grpc server and register services when starting in standalone mode (v0.47) (#18109) 2023-10-19 08:45:42 +00:00
tooling docs: fix typos (backport #18018) (#18020) 2023-10-09 16:27:25 +02:00
README.md docs: replace `Tendermint` references in docs with `CometBFT` (backport #15339) (#15401) 2023-03-14 20:58:17 +01:00
learn.md docs: fix for links (backport #18816) (#18819) 2023-12-19 15:22:12 +01:00

README.md

title sidebar_position
Cosmos SDK Documentation 0

Cosmos SDK is the worlds most popular framework for building application-specific blockchains.

Getting Started

Read all about the SDK or dive straight into the code with tutorials.

Explore the SDK

Get familiar with the SDK and explore its main concepts.

  • Introduction - High-level overview of the Cosmos SDK.
  • Basics - Anatomy of a blockchain, transaction lifecycle, accounts and more.
  • Core Concepts - Read about the core concepts like baseapp, the store, or the server.
  • Building Modules - Discover how to build modules for the Cosmos SDK.
  • Running a Node - Running and interacting with nodes using the CLI and API.
  • Modules - Explore existing modules to build your application with.

Explore the Stack

Check out the docs for the various parts of the Cosmos stack.

  • Cosmos Hub - The first of thousands of interconnected blockchains on the Cosmos Network.
  • CometBFT - The leading BFT engine for building blockchains, powering Cosmos SDK.

Help & Support

  • Discord - Chat with Cosmos developers on Discord.
  • GitHub Discussions - Ask questions and discuss SDK development on GitHub.
  • Found an issue? - Help us improve this page by suggesting edits on GitHub.