Awesome Cosmos 
A community curated list of awesome projects related to the Cosmos ecosystem
The Cosmos SDK is a modular framework for building blockchain applications in Go. Gaia, the implementation of the Cosmos Hub, is built with the Cosmos SDK.
Contributing: Please read the Contributing guide. Thank you to all our contributors.
Disclaimer: This community-maintained repo does not reflect the views of any official entity.
Contents
- Core Components
- Documentation
- Client Libraries
- Block Explorers
- Chain Registry
- Validators
- Cosmos SDK Modules
- Monitoring
- Indexers
- Frameworks
- Virtual Machines
- IBC
- Testing
- Templates
- Tools
- Node Operations
- Ecosystem
- Wallets
- Blogs
- Related
Core Components
Documentation
- Cosmos Developer Portal
- Interchain Developer Academy
- Cosmos SDK
- IBC
- CometBFT
- Cosmos Hub
- CosmWasm
- Cosmology
Client Libraries
Go
- Ignite CLI - All-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. Quickly bootstraps a new Cosmos SDK blockchain with UI and support to create new and work conveniently with existing Cosmos SDK modules.
JavaScript
- cosmos/cosmjs - The Cosmos JavaScript library.
- telescope - Typescript library generator built on top of CosmJS.
- chainapsis/cosmosjs - Chainapsis Signing & API Library.
- cosmos-client/cosmos-client-ts - JavaScript / TypeScript client for Cosmos SDK blockchains.
- cosmology-tech/chain-registry - A npm package for the official Cosmos Chain Registry.
- strangelove-ventures/graz - Collection of React hooks to interact with wallets, signers, signing clients, etc.
- cosmology-tech/create-cosmos-app - A npm package to bootstrap a Cosmos Web UI.
- cosmology-tech/cosmos-kit - A wallet connector for the Cosmos.
- nabla-studio/quirks - A universal wallet adapter for your Cosmos dApps, that works on both mobile and browser.
- toschdev/bip44 - Cosmos BIP44 implementation in JavaScript for development and education learning.
Python
- cosmpy - A Python client library for interacting with blockchains based on the Cosmos SDK.
- pyCosmicWrap - A python3 wrapper around Cosmos API/RPC.
- mospy - A Python library to create and sign transactions for Cosmos SDK based coins.
- cosmospy-protobuf - A Python library containing all compiled protobuf files (works very good for grpc).
- fx-py-sdk - The Cosmos Python client library.
Rust
- CosmWasm/cosmwasm - WebAssembly Smart Contracts for the Cosmos SDK.
- iqlusioninc/stdtx - A collection of open source Rust crates from iqlusion.
- peggyjv/ocular - A client library for Cosmos SDK chains focusing on pleasant UX.