github.com/cosmos/cosmos-sdk@v0.50.10/docs/docs/Introduction.md (about) 1 --- 2 title: Cosmos SDK Documentation 3 sidebar_position: 0 4 --- 5 6 Cosmos SDK is the world’s most popular framework for building application-specific blockchains. 7 8 ## Getting Started 9 10 Read all about the SDK or dive straight into the code with tutorials. 11 12 * [**Introductions to the Cosmos SDK**](learn/intro/00-overview.md) - Learn about all the parts of the Cosmos SDK. 13 * [**SDK Tutorials**](https://tutorials.cosmos.network) - Build a complete blockchain application from scratch. 14 15 ## Explore the SDK 16 17 Get familiar with the SDK and explore its main concepts. 18 19 * [**Introduction**](learn/intro/00-overview.md) - High-level overview of the Cosmos SDK. 20 * [**Basics**](learn/beginner/00-app-anatomy.md) - Anatomy of a blockchain, transaction lifecycle, accounts and more. 21 * [**Core Concepts**](learn/advanced/00-baseapp.md) - Read about the core concepts like baseapp, the store, or the server. 22 * [**Building Modules**](build/building-modules/00-intro.md) - Discover how to build modules for the Cosmos SDK. 23 * [**Running a Node**](user/run-node/00-keyring.md) - Running and interacting with nodes using the CLI and API. 24 * [**Modules**](build/modules) - Explore existing modules to build your application with. 25 26 ## Explore the Stack 27 28 Check out the docs for the various parts of the Cosmos stack. 29 30 * [**Cosmos Hub**](https://hub.cosmos.network) - The first of thousands of interconnected blockchains on the Cosmos Network. 31 * [**CometBFT**](https://docs.cometbft.com) - The leading BFT engine for building blockchains, powering Cosmos SDK. 32 33 ## Help & Support 34 35 * [**GitHub Discussions**](https://github.com/orgs/cosmos/discussions) - Ask questions and discuss SDK development on GitHub. 36 * [**Discord**](https://discord.gg/cosmosnetwork) - Chat with Cosmos developers on Discord. 37 * [**Found an issue?**](https://github.com/cosmos/cosmos-sdk/edit/main/docs/docs/README.md) - Help us improve this page by suggesting edits on GitHub.