## Description - [x] Update baseapp documentation and add mention of ProcessProposal - [x] Update baseapp documentation and add mention of PrepareProposal - [x] Update diagrams using draw.io (and save the diagrams in the png for future easy modification) - [x] Ensure there is no duplicate explanation between https://docs.cosmos.network/main/core/baseapp vs https://docs.cosmos.network/main/building-apps/app-mempool (where the later should focus more on the app customization) --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting)) - [ ] provided a link to the relevant issue or specification - [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules) - [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing) - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed state machine logic - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) |
||
|---|---|---|
| .. | ||
| basics | ||
| building-apps | ||
| building-modules | ||
| core | ||
| ecosystem | ||
| intro | ||
| migrations | ||
| modules | ||
| pkg | ||
| run-node | ||
| tooling | ||
| README.md | ||
| title | sidebar_position |
|---|---|
| Cosmos SDK Documentation | 0 |
Cosmos SDK is the world’s most popular framework for building application-specific blockchains.
Getting Started
Read all about the SDK or dive straight into the code with tutorials.
- Introductions to the Cosmos SDK - Learn about all the parts of the Cosmos SDK.
- SDK Tutorials - Build a complete blockchain application from scratch.
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.
- Tendermint Core - 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.