Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add cosmos-sdk and mesh-security as projects using Starship #364

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading