From 150f2d6b3a73b70f17b13562fb9218990a94f162 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczanowski Date: Thu, 19 Dec 2024 18:30:10 +0100 Subject: [PATCH] docs: Add blazar project to Cosmos SDK external tooling readme section (#23012) --- docs/build/tooling/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/build/tooling/README.md b/docs/build/tooling/README.md index d9125ff3cf..4a2657214e 100644 --- a/docs/build/tooling/README.md +++ b/docs/build/tooling/README.md @@ -20,7 +20,8 @@ This includes tools for development, operating a node, and ease of use of a Cosm ## External Tools -This section highlights tools that are not maintained by the SDK team, but are useful for Cosmos SDK development. +This section highlights tools that are not maintained by the SDK team, but are useful for Cosmos SDK operations and development. +* [Blazar](https://github.com/ChorusOne/blazar) * [Ignite](https://docs.ignite.com) * [Spawn](https://github.com/rollchains/spawn)