/awesome

Collection of Cosmos related resources

OtherNOASSERTION

Awesome Cosmos Awesome

The Cosmos SDK is a modular framework for building blockchain applications in Golang. Gaia, the first implementation of the Cosmos Hub, is built with the Cosmos SDK.

Contributing

Please read the Contributing guide. Thank you to all our contributors.

Contents

Resources

Wallets

Vanity Address Generators

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

Python

  • cosmospy - Tools for Cosmos wallet management and offline transaction signing

Rust Ecosystem

Core

Bridges

Application Frameworks

Applications

Block Explorers

Visual Block Explorer

  • Use beta Map of Zones | Source to view Inter-Blockchain Communication (IBC) transfer activity. The map traces IBC transactions between different blockchains (called zones in the Cosmos Hub) to display accurate aggregate information about the pulse of the entire Cosmos ecosystem.

Validators

Popular block explorers provide a list of active validators. The easiest entry point to view validator profiles is from a block explorer. For example, Mintscan, ATOMScan, and BigDipper. DYOR when choosing a validator. Consider delegating your tokens to validators outside of the top 20 to increase the decentralization of the network.

Modules

The best place to find an accurate list of the Cosmos SDK modules is the project repository. Find modules in https://github.com/cosmos/cosmos-sdk/tree/main/x. For a list of production-grade modules, see List of Modules. Some modules are important but may still lack official documentation, like the genutil module that is essential to launch a chain. Please consider contributing documentation to the Cosmos SDK to help fill these gaps.

To share a module that you want the community to know about and use, add it here. You can also create a pull request (PR) to add the module to the official project.

External

Validator Monitoring

Frameworks

Virtual Machines

Modules or frameworks for virtual machines that run in the Cosmos SDK

Ecosystem

The most up-to-date list of projects built using the Cosmos SDK is (https://cosmos.network/ecosystem/apps/).

Articles

As the ecosystem grows, so does the content. DYOR and follow the projects you find interesting.

Essential reading includes the Cosmos blog and What is Cosmos?.

Disclaimer: This community-maintained repo does not reflect the views of any official entity.

Related