Skip to content

Commit

Permalink
feat: add template category and refactor links
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 2, 2024
1 parent 16d86f3 commit 4328ffb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Please read the [Contributing guide](./CONTRIBUTING.md). Thank you to all our [c
## Documentation

* [Cosmos Developer Portal](https://tutorials.cosmos.network)
* [Interchain Developer Academy](https://ida.interchain.io/)
* [Cosmos SDK](https://docs.cosmos.network/)
* [IBC](https://ibc.cosmos.com/)
* [CometBFT](https://docs.cometbft.com/)
Expand Down Expand Up @@ -153,11 +154,7 @@ This is also a good practice to avoid 0% commission validators and exchange vali
The best place to find an accurate list of the Cosmos SDK modules is the project repository:

* For a list of production-grade modules, see the [List of Modules](https://docs.cosmos.network/main/modules/).
* For a list of well-known third-party modules, see the [Ecosystem section](https://docs.cosmos.network/main/ecosystem) of the Cosmos SDK documentation.

Some modules are important but may still lack official documentation, like the [genutil](https://github.com/cosmos/cosmos-sdk/tree/main/x/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.
* For a list of well-known third-party modules, see [Cosmod.xyz](https://cosmod.xyz)

## Monitoring

Expand All @@ -176,7 +173,6 @@ To share a module that you want the community to know about and use, add it here
* [cosmos-proposals-checker](https://github.com/QuokkaStake/cosmos-proposals-checker.git) - A bot that sends you a notification on multiple Cosmos chains if your wallet hasn't voted on any proposal.
* [cosmos-transactions-bot](https://github.com/QuokkaStake/cosmos-transactions-bot.git) - A bot that sends you notifications on any transactions you want to be subscribed to on multiple Cosmos chains.


## Indexers

* [Cosmscan](https://github.com/cosmscan/cosmscan-go) - An indexer engine for Cosmos chains.
Expand All @@ -199,6 +195,7 @@ Modules or frameworks for virtual machines that run in the Cosmos SDK
* [Agoric SDK](https://github.com/Agoric/agoric-sdk) - Agoric JavaScript Smart Contract Platform.
* [CosmWasm](https://github.com/CosmWasm/cosmwasm) - WASM Virtual Machine & Rust Smart Contracts.
* [Ethermint](https://github.com/evmos/ethermint) - Ethereum Virtual Machine.
* [Polaris](https://github.com/berachain/polaris) - Modular Ethereum Virtual Machine.

## IBC

Expand All @@ -224,6 +221,14 @@ Modules or frameworks for virtual machines that run in the Cosmos SDK
* [quint](https://github.com/informalsystems/quint) - Executable specification language with delightful tooling.
* [apalache](https://github.com/informalsystems/apalache) - APALACHE: symbolic model checker for TLA+ and Quint.

## Templates

Templates to help you get started with building a Cosmos SDK blockchain.

* [ignite](https://github.com/cli) - Quickly bootstrap a new Cosmos SDK blockchain with UI and support to create new and work conveniently with existing Cosmos SDK modules.
* [cosmosregistry/example](https://github.com/cosmosregistry/example) - Template and example repository of a Cosmos SDK module.
* [cosmosregistry/chain-minimal](https://github.com/cosmosregistry/chain-minimal) - Template and example of a minimal Cosmos SDK blockchain.

## Tools

### CLI
Expand Down

0 comments on commit 4328ffb

Please sign in to comment.