Skip to content

Commit c7e0185

Browse files
authored
Merge pull request #236 from hyperweb-io/fix/readme
readme
2 parents 3a8aef5 + 5a7c2dd commit c7e0185

File tree

22 files changed

+338
-859
lines changed

22 files changed

+338
-859
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,21 @@ When you need to remove/generate locks for all nested packages, simply run `yarn
259259
yarn locks
260260
```
261261

262-
## Related
263-
264-
Checkout these related projects:
265-
266-
- [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
267-
- [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
268-
- [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.
269-
- [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.
270-
- [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
271-
- [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
272-
- [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
262+
## Interchain JavaScript Stack
263+
264+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
265+
266+
| Category | Tools | Description |
267+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
268+
| **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. |
269+
| **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. |
270+
| **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 |
271+
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
272+
| **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. |
273+
| **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. |
274+
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
275+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
276+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
273277

274278
## Credits
275279

boilerplates/lerna-module/README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,21 @@ yarn
3636
yarn build:dev
3737
```
3838

39-
## Related
40-
41-
Checkout these related projects:
42-
43-
* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
44-
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45-
* [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.
46-
* [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.
47-
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
48-
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49-
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
39+
## Interchain JavaScript Stack
40+
41+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
42+
43+
| Category | Tools | Description |
44+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
45+
| **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. |
46+
| **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. |
47+
| **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 |
48+
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
49+
| **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. |
50+
| **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. |
51+
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
52+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
53+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
5054

5155
## Credits
5256

boilerplates/lerna-tsx-module/README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,21 @@ yarn
2727
yarn build
2828
```
2929

30-
## Related
31-
32-
Checkout these related projects:
33-
34-
* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
35-
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
36-
* [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.
37-
* [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.
38-
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
39-
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
40-
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
30+
## Interchain JavaScript Stack
31+
32+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
33+
34+
| Category | Tools | Description |
35+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
36+
| **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. |
37+
| **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. |
38+
| **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 |
39+
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
40+
| **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. |
41+
| **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. |
42+
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
43+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
44+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
4145

4246
## Credits
4347

boilerplates/lerna-workspace/README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,21 @@ yarn
3636
yarn build:dev
3737
```
3838

39-
## Related
40-
41-
Checkout these related projects:
42-
43-
* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
44-
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45-
* [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.
46-
* [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.
47-
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
48-
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49-
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
39+
## Interchain JavaScript Stack
40+
41+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
42+
43+
| Category | Tools | Description |
44+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
45+
| **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. |
46+
| **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. |
47+
| **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 |
48+
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
49+
| **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. |
50+
| **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. |
51+
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
52+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
53+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
5054

5155
## Credits
5256

boilerplates/telescope/README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm install __PACKAGE_IDENTIFIER__
3838
- [Developing](#developing)
3939
- [Codegen](#codegen)
4040
- [Publishing](#publishing)
41-
- [Related](#related)
41+
- [Stack](#interchain-javascript-stack)
4242
- [Credits](#credits)
4343

4444
## Usage
@@ -298,18 +298,21 @@ cd dist
298298
npm publish
299299
```
300300

301-
302-
## Related
303-
304-
Checkout these related projects:
305-
306-
* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
307-
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
308-
* [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.
309-
* [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.
310-
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
311-
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
312-
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
301+
## Interchain JavaScript Stack
302+
303+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
304+
305+
| Category | Tools | Description |
306+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
307+
| **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. |
308+
| **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. |
309+
| **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 |
310+
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
311+
| **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. |
312+
| **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. |
313+
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
314+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
315+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
313316

314317
## Credits
315318

0 commit comments

Comments
 (0)