From 8115f178f542c963c45adbed834c31c544b16b2b Mon Sep 17 00:00:00 2001 From: Anmol Date: Mon, 27 Nov 2023 18:21:59 +0530 Subject: [PATCH] add cosmos-sdk and mesh-security as projects using Starship (#364) --- docs/pages/index.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index e76c08404..2d62cb431 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -57,6 +57,13 @@ Follow the Steps 1 to 4 in Get Started section ## Projects using Starship +### [Cosmos-sdk](https://github.com/cosmos/cosmos-sdk/tree/main/tests/starship) + +Cosmos-SDK is running Starship for testing out the latest simapp. Runs in [CI/CD](https://github.com/cosmos/cosmos-sdk/actions/workflows/starship-tests.yml) +### [Mesh-Security](https://github.com/osmosis-labs/mesh-security-sdk/tree/main/tests/starship) + +For mesh-security development, Starship is being used to create a dev environment in a cloud cluster to +run 2 chains and a relayer, setup mesh-security contracts between them, as well as spin up mesh-security frontend as well. ### [OsmoJS](https://github.com/osmosis-labs/osmojs/pull/36) JS library using Starship to run end-to-end tests against Osmosis chain. (Run in CI/CD)