Skip to content

Commit

Permalink
archive
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 7, 2025
1 parent 3e94ed3 commit c71f46b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# 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.
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).

`Minid` uses the **latest** version of the [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk).

> This is an example module for the v0.52.x Cosmos SDK. Looking for the v0.50.x example? Check the [v0.50.x](https://github.com/cosmosregistry/chain-minimal/tree/v0.50.x) branch.
`Minid` uses [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk) **v0.52**. Looking for the v0.50.x example? Check the [v0.50.x](https://github.com/cosmosregistry/chain-minimal/tree/v0.50.x) branch.

## How to use

Expand Down

0 comments on commit c71f46b

Please sign in to comment.