cosmos-sdk/docs/build/build.md
mergify[bot] 69c55a882b
docs: add docs boilerplate (backport #22202) (#22209)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-10 10:29:47 +02:00

1.2 KiB

sidebar_position
0

Build

  • Building Apps - The documentation in this section will guide you through the process of developing your dApp using the Cosmos SDK framework.
  • Modules - Information about the various modules available in the Cosmos SDK: Auth, Authz, Bank, Crisis, Distribution, Evidence, Feegrant, Governance, Mint, Params, Slashing, Staking, Upgrade, NFT, Consensus, Circuit, Genutil.
  • Migrations - See what has been updated in each release the process of the transition between versions.
  • Packages - Explore a curated collection of pre-built modules and functionalities, streamlining the development process.
  • Tooling - A suite of utilities designed to enhance the development workflow, optimizing the efficiency of Cosmos SDK-based projects.
  • ADR's - Provides a structured repository of key decisions made during the development process, which have been documented and offers rationale behind key decisions being made.
  • REST API - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.