Skip to content

Commit

Permalink
hide previous readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jan 7, 2025
1 parent c71f46b commit c51251e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Mini - A minimal Cosmos SDK chain

> [!IMPORTANT]
> This repository is no more maintained.
> Ignite CLI, the leading scaffolding tool for Cosmos SDK chains, has introduced a feature to create a minimal chain.
> `ignite s chain gm --minimal` will generate a minimal chain with the latest version of the Cosmos SDK.
> We recommend using [Ignite CLI](https://github.com/ignite/cli) for scaffolding new chains.
<details>
<summary>Previous README.md</summary>

# Mini - A minimal Cosmos SDK chain

This repository contains an example of a tiny, but working Cosmos SDK chain.
It uses the least modules possible and is intended to be used as a starting point for building your own chain, without all the boilerplate that other tools generate. It is a simpler version of Cosmos SDK's [simapp](https://github.com/cosmos/cosmos-sdk/tree/main/simapp).

Expand Down Expand Up @@ -43,3 +46,4 @@ If `minid` is not found, verify that your `$PATH` is configured correctly.
## Useful links

* [Cosmos-SDK Documentation](https://docs.cosmos.network/)
</details>

0 comments on commit c51251e

Please sign in to comment.