From c51251e26cfa3d2982201fab38da7ca9f960345e Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 7 Jan 2025 10:41:24 +0100 Subject: [PATCH] hide previous readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cabf840..c55b163 100644 --- a/README.md +++ b/README.md @@ -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. +
+ Previous README.md + +# 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). @@ -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/) +