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

feature: hyperweb replace by cosmology-tech #603

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
max-parallel: 4

env:
DOCKER_REPO: ghcr.io/cosmology-tech/starship
DOCKER_REPO: ghcr.io/hyperweb-io/starship

steps:
- name: Checkout
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
packages: write

env:
DOCKER_REPO: ghcr.io/cosmology-tech/starship
DOCKER_REPO: ghcr.io/hyperweb-io/starship

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Clone docs repository
run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/cosmology-tech/docs.git external-docs
run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/hyperweb-io/docs.git external-docs

- name: Sync the docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected]
uses: hyperweb-io/[email protected]
with:
config: ${{ env.CONFIG_FILE }}
chart: ./starship/charts/devnet
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/starship-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
working-directory: starship

env:
DOCKER_REPO: ghcr.io/cosmology-tech/starship
DOCKER_REPO: ghcr.io/hyperweb-io/starship

steps:
- name: Checkout
Expand Down Expand Up @@ -84,5 +84,5 @@ jobs:
with:
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
context: starship/${{ matrix.type }}/
tags: ghcr.io/cosmology-tech/starship/${{ matrix.type }}:${{ steps.docker-tag.outputs.version }}
tags: ghcr.io/hyperweb-io/starship/${{ matrix.type }}:${{ steps.docker-tag.outputs.version }}
platforms: linux/amd64,linux/arm64
26 changes: 13 additions & 13 deletions README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</p>

<p align="center" width="100%">
<a href="https://github.com/cosmology-tech/starship/releases/latest"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/release.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/e2e-tests.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/e2e-tests.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/build.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/build.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/docs.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/docs.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/starship-docker.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/starship-docker.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/releases/latest"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/release.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/e2e-tests.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/e2e-tests.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/build.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/build.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/docs.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/docs.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/starship-docker.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/starship-docker.yaml/badge.svg"></a>
</p>

Universal interchain development environment in k8s. The vision of this project
Expand All @@ -31,7 +31,7 @@ Follow the steps here: https://docs.cosmology.zone/starship
## Using helm chart
In order to use the helm chart externally without this repo.
```bash
helm repo add starship https://cosmology-tech.github.io/starship
helm repo add starship https://hyperweb-io.github.io/starship
helm repo update

helm search repo starship/devnet
Expand All @@ -50,13 +50,13 @@ helm install -f custom-values.yaml starship/devnet --generate-name

Checkout these related projects:

* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.

## Credits

Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
</p>

<p align="center" width="100%">
<a href="https://github.com/cosmology-tech/starship/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/cosmology-tech/starship/releases/latest"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/release.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/build.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/build.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/pr-tests.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/pr-tests.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/docs.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/docs.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/starship-docker.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/starship-docker.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/run-client-tests.yml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/run-client-tests.yml/badge.svg" /></a>
<a href="https://github.com/hyperweb-io/starship/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/hyperweb-io/starship/releases/latest"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/release.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/build.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/build.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/pr-tests.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/pr-tests.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/docs.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/docs.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/starship-docker.yaml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/starship-docker.yaml/badge.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/run-client-tests.yml"><img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/run-client-tests.yml/badge.svg" /></a>
</p>

Universal interchain development environment in k8s. The vision of this project
Expand Down Expand Up @@ -109,13 +109,13 @@ Stay tuned for a `create-cosmos-app` boilerplate! For now, this is the most reco

Checkout these related projects:

* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.

## Credits

Expand All @@ -130,5 +130,5 @@ No developer or entity involved in creating this software will be liable for any

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=cosmology-tech/starship&type=Date)](https://star-history.com/#cosmology-tech/starship&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=hyperweb-io/starship&type=Date)](https://star-history.com/#hyperweb-io/starship&Date)

2 changes: 1 addition & 1 deletion clients/go/client/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
coretypes "github.com/tendermint/tendermint/rpc/core/types"
"go.uber.org/zap"

pb "github.com/cosmology-tech/starship/registry/registry"
pb "github.com/hyperweb-io/starship/registry/registry"
)

type ChainClients []*ChainClient
Expand Down
6 changes: 3 additions & 3 deletions clients/go/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/cosmology-tech/starship/clients/go/client
module github.com/hyperweb-io/starship/clients/go/client

go 1.21

replace (
github.com/cosmology-tech/starship/registry => ../../../starship/registry
github.com/hyperweb-io/starship/registry => ../../../starship/registry
github.com/strangelove-ventures/lens => github.com/Anmol1696/lens v0.1.1-0.20230331154219-5027f163133a
)

require (
github.com/cosmology-tech/starship/registry v0.0.0-20231216105442-4ce4f5ba3829
github.com/hyperweb-io/starship/registry v0.0.0-20231216105442-4ce4f5ba3829
github.com/cosmos/cosmos-sdk v0.47.0-rc2
github.com/cosmos/go-bip39 v1.0.0
github.com/golang/protobuf v1.5.4
Expand Down
32 changes: 16 additions & 16 deletions clients/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</p>

<p align="center" width="100%">
<a href="https://github.com/cosmology-tech/starship/actions/workflows/run-client-tests.yml">
<img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/run-client-tests.yml/badge.svg" />
</a><a href="https://github.com/cosmology-tech/starship/blob/main/clients/js/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/hyperweb-io/starship/actions/workflows/run-client-tests.yml">
<img height="20" src="https://github.com/hyperweb-io/starship/actions/workflows/run-client-tests.yml/badge.svg" />
</a><a href="https://github.com/hyperweb-io/starship/blob/main/clients/js/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
</p>

**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments.
Expand All @@ -25,9 +25,9 @@ Designed with simplicity and speed in mind, **StarshipJS** enables developers to

## Packages

- [`StarshipJS`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/starshipjs): A JavaScript library providing the foundational tools and utilities for starship development, designed to work seamlessly with Node.js and TypeScript.
- [`StarshipJS CLI`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli): The command-line interface that allows developers to easily deploy, manage, and interact with starship directly from the terminal.
- [`StarshipJS Client`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/client): A client library that encapsulates interaction with starship, simplifying command executions and state management through an intuitive API.
- [`StarshipJS`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/starshipjs): A JavaScript library providing the foundational tools and utilities for starship development, designed to work seamlessly with Node.js and TypeScript.
- [`StarshipJS CLI`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli): The command-line interface that allows developers to easily deploy, manage, and interact with starship directly from the terminal.
- [`StarshipJS Client`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/client): A client library that encapsulates interaction with starship, simplifying command executions and state management through an intuitive API.

## Table of contents

Expand Down Expand Up @@ -99,7 +99,7 @@ yarn starship stop

## CLI Usage

See more usage in the [`StarshipJS CLI`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli) documentation.
See more usage in the [`StarshipJS CLI`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli) documentation.

### Install the CLI

Expand Down Expand Up @@ -131,7 +131,7 @@ starship teardown --config ./config/settings.json

## StarshipClient Usage

See more info in the [`StarshipJS Client`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/client) documentation.
See more info in the [`StarshipJS Client`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/client) documentation.

### Install the StarshipClient

Expand All @@ -152,7 +152,7 @@ const client = new StarshipClient({
name: 'osmojs',
config: 'path/to/config.yaml',
repo: 'starship',
repoUrl: 'https://cosmology-tech.github.io/starship/',
repoUrl: 'https://hyperweb-io.github.io/starship/',
chart: 'devnet',
version: 'v0.2.3'
});
Expand Down Expand Up @@ -207,7 +207,7 @@ client.teardown();

## StarshipJS Usage

[`StarshipJS`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/starshipjs) is a utility library that provides helpers to leverage [Starship](https://github.com/cosmology-tech/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit).
[`StarshipJS`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/starshipjs) is a utility library that provides helpers to leverage [Starship](https://github.com/hyperweb-io/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit).

### StarshipJS Configuration

Expand Down Expand Up @@ -291,13 +291,13 @@ yarn build

Checkout these related projects:

* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.

## Credits

Expand Down
2 changes: 1 addition & 1 deletion clients/js/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"registry": "https://registry.npmjs.org",
"command": {
"create": {
"homepage": "https://github.com/cosmology-tech/starship",
"homepage": "https://github.com/hyperweb-io/starship",
"license": "SEE LICENSE IN LICENSE",
"access": "restricted"
},
Expand Down
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/starship"
"url": "https://github.com/hyperweb-io/starship"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
Expand Down
Loading
Loading