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

readme #82

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Set Up Starship Infrastructure
id: starship-infra
uses: cosmology-tech/[email protected]
uses: hyperweb-io/[email protected]
with:
config: libs/interchainjs/starship/configs/config.workflow.yaml

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Set Up Starship Infrastructure
id: starship-infra
uses: cosmology-tech/[email protected]
uses: hyperweb-io/[email protected]
with:
config: networks/cosmos/starship/configs/config.workflow.yaml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/injective-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Set Up Starship Infrastructure
id: starship-infra
uses: cosmology-tech/[email protected]
uses: hyperweb-io/[email protected]
with:
config: networks/injective/starship/configs/config.workflow.yaml

Expand Down
34 changes: 30 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</p>

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

A single, universal signing interface for any network. Birthed from the interchain ecosystem for builders. Create adapters for any web3 network.
Expand Down Expand Up @@ -95,3 +95,29 @@ We created a specific package to make it easy to migrate from `@cosmjs`.
### Transactions

- [@interchainjs/ethereum](/networks/ethereum/README.md)

## Interchain JavaScript Stack

A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️

| Category | Tools | Description |
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
| **Chain Information** | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**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. |
| **Signing Clients** | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)<sup>beta</sup>, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network |
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
| **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/cosmology-tech/create-cosmos-app) | Set up a modern Interchain app by running one command. |
| **UI Kits** | [**Interchain UI**](https://github.com/cosmology-tech/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |

## Credits

🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)

## Disclaimer

AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"registry": "https://registry.npmjs.org",
"command": {
"create": {
"homepage": "https://github.com/cosmology-tech/interchainjs",
"homepage": "https://github.com/hyperweb-io/interchainjs",
"license": "SEE LICENSE IN LICENSE",
"access": "restricted"
},
Expand Down
66 changes: 33 additions & 33 deletions libs/cosmos-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,135 +3,135 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.3](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
## [1.6.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [1.6.2](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
## [1.6.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [1.6.1](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
## [1.6.1](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

# [1.6.0](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
# [1.6.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.41](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
## [0.0.1-beta.41](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.40](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
## [0.0.1-beta.40](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.40](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)
## [0.0.1-beta.40](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-12-17)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.34](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)
## [0.0.1-beta.34](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.33](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)
## [0.0.1-beta.33](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-alpha.33](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)
## [0.0.1-alpha.33](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-alpha.32](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)
## [0.0.1-alpha.32](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-11-01)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-alpha.31](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-30)
## [0.0.1-alpha.31](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-30)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-alpha.30](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-30)
## [0.0.1-alpha.30](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-30)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.17](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-23)
## [0.0.1-beta.17](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-23)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.16](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-22)
## [0.0.1-beta.16](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-22)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.15](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-22)
## [0.0.1-beta.15](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-22)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.14](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-22)
## [0.0.1-beta.14](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-22)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.13](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)
## [0.0.1-beta.13](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.12](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)
## [0.0.1-beta.12](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.11](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)
## [0.0.1-beta.11](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.10](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)
## [0.0.1-beta.10](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-09-10)
## [0.0.1-beta.9](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-09-10)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-30)
## [0.0.1-beta.8](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-30)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-21)
## [0.0.1-beta.7](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-21)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.6](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-19)
## [0.0.1-beta.6](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-19)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.5](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-14)
## [0.0.1-beta.5](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-14)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.4](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)
## [0.0.1-beta.4](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.3](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)
## [0.0.1-beta.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.2](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-06-07)
## [0.0.1-beta.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-06-07)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.1](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)
## [0.0.1-beta.1](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.0](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)
## [0.0.1-beta.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)
## [0.0.1](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)
## [0.0.1](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-04-29)

**Note:** Version bump only for package @interchainjs/cosmos-types

Expand Down
Loading