github.com/cosmos/cosmos-sdk@v0.50.10/README.md (about) 1 <div align="center"> 2 <h1> Cosmos SDK </h1> 3 </div> 4 5  6 7 <div align="center"> 8 <a href="https://github.com/cosmos/cosmos-sdk/blob/main/LICENSE"> 9 <img alt="License: Apache-2.0" src="https://img.shields.io/github/license/cosmos/cosmos-sdk.svg" /> 10 </a> 11 <a href="https://pkg.go.dev/github.com/cosmos/cosmos-sdk"> 12 <img src="https://pkg.go.dev/badge/github.com/cosmos/cosmos-sdk.svg" alt="Go Reference"> 13 </a> 14 <a href="https://goreportcard.com/report/github.com/cosmos/cosmos-sdk"> 15 <img alt="Go report card" src="https://goreportcard.com/badge/github.com/cosmos/cosmos-sdk" /> 16 </a> 17 <a href="https://sonarcloud.io/summary/overall?id=cosmos_cosmos-sdk"> 18 <img alt="Code Coverage" src="https://sonarcloud.io/api/project_badges/measure?project=cosmos_cosmos-sdk&metric=coverage" /> 19 </a> 20 <a href="https://sonarcloud.io/summary/overall?id=cosmos_cosmos-sdk"> 21 <img alt="SonarCloud Analysis" src="https://sonarcloud.io/api/project_badges/measure?project=cosmos_cosmos-sdk&metric=alert_status"> 22 </a> 23 </div> 24 <div align="center"> 25 <a href="https://discord.gg/AzefAFd"> 26 <img alt="Discord" src="https://img.shields.io/discord/669268347736686612.svg" /> 27 </a> 28 <a href="https://sourcegraph.com/github.com/cosmos/cosmos-sdk?badge"> 29 <img alt="Imported by" src="https://sourcegraph.com/github.com/cosmos/cosmos-sdk/-/badge.svg" /> 30 </a> 31 <img alt="Sims" src="https://github.com/cosmos/cosmos-sdk/workflows/Sims/badge.svg" /> 32 <img alt="Lint Satus" src="https://github.com/cosmos/cosmos-sdk/workflows/Lint/badge.svg" /> 33 </div> 34 35 The Cosmos SDK is a framework for building blockchain applications. [CometBFT (BFT Consensus)](https://github.com/cometbft/cometbft) and the Cosmos SDK are written in the Go programming language. Cosmos SDK is used to build [Gaia](https://github.com/cosmos/gaia), the implementation of the Cosmos Hub. 36 37 **WARNING**: The Cosmos SDK has mostly stabilized, but we are still making some breaking changes. 38 39 **Note**: We advise to always use the latest maintained [Go](https://go.dev/dl) version for building Cosmos SDK applications. 40 41 ## Quick Start 42 43 To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK [High-Level Intro](https://docs.cosmos.network/main/intro/overview.html). 44 45 If you want to get started quickly and learn how to build on top of Cosmos SDK, visit [Cosmos SDK Tutorials](https://tutorials.cosmos.network). You can also fork the tutorial's repository to get started building your own Cosmos SDK application. 46 47 For more information, see the [Cosmos SDK Documentation](https://docs.cosmos.network). 48 49 ## Contributing 50 51 See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute and participate in our [dev calls](./CONTRIBUTING.md#teams-dev-calls). 52 If you want to follow the updates or learn more about the latest design then join our [Discord](https://discord.com/invite/cosmosnetwork). 53 54 ## Tools and Frameworks 55 56 The Cosmos ecosystem is vast. 57 [Awesome Cosmos](https://github.com/cosmos/awesome-cosmos) is a community-curated list of notable frameworks, modules and tools. 58 59 ### Cosmos Hub Mainnet 60 61 The Cosmos Hub application, `gaia`, has its own [cosmos/gaia repository](https://github.com/cosmos/gaia). Go there to join the Cosmos Hub mainnet and more. 62 63 ### Inter-Blockchain Communication (IBC) 64 65 The IBC module for the Cosmos SDK has its own [cosmos/ibc-go repository](https://github.com/cosmos/ibc-go). Go there to build and integrate with the IBC module. 66 67 ## Disambiguation 68 69 This Cosmos SDK project is not related to the [React-Cosmos](https://github.com/react-cosmos/react-cosmos) project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.