You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,17 +259,21 @@ When you need to remove/generate locks for all nested packages, simply run `yarn
259
259
yarn locks
260
260
```
261
261
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 ⚛️
|**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. |
Copy file name to clipboardExpand all lines: boilerplates/lerna-module/README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,21 @@ yarn
36
36
yarn build:dev
37
37
```
38
38
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 ⚛️
|**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. |
Copy file name to clipboardExpand all lines: boilerplates/lerna-tsx-module/README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,21 @@ yarn
27
27
yarn build
28
28
```
29
29
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 ⚛️
|**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. |
Copy file name to clipboardExpand all lines: boilerplates/lerna-workspace/README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,21 @@ yarn
36
36
yarn build:dev
37
37
```
38
38
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 ⚛️
|**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. |
*[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 ⚛️
|**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. |
0 commit comments