From c71f46bce7e7dc3a1500d6060299df0e60da2e65 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 7 Jan 2025 10:40:06 +0100 Subject: [PATCH] archive --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b31977f..cabf840 100644 --- a/README.md +++ b/README.md @@ -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