From 2ac519f69bc401252638f5e7892f0cd94954005d Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Mon, 11 Mar 2024 11:25:57 -0500 Subject: [PATCH] add `spawn` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf140b7..a316bd4 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ 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. +* [spawn](https://github.com/rollchains/spawn) - Generate a new Cosmos SDK blockchain with testing, github integrations, and easy instant testnets. ## Tools