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
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -168,24 +168,28 @@ cha --name chain-admin-template --template chain-admin
168
168
|`-t`, `--template`| Define the template to use | None |
169
169
|`-b`, `--fromBranch`| Specify the branch to use for cloning | None |
170
170
171
-
## Related
172
-
173
-
Checkout these related projects:
174
-
175
-
-[telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
176
-
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
177
-
-[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.
178
-
-[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.
179
-
-[create-hyperweb-app](https://github.com/hyperweb-io/create-hyperweb-app) Set up a modern Cosmos app by running one command.
180
-
-[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
181
-
-[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
171
+
## Interchain JavaScript Stack ⚛️
172
+
173
+
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. |
178
+
|**Wallet Connectors**|[**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**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. |
179
+
|**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 |
180
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
181
+
|**Starter Kits**|[**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app)| Set up a modern Interchain app by running one command. |
182
+
|**UI Kits**|[**Interchain UI**](https://github.com/hyperweb-io/interchain-ui)| The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
183
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
184
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
185
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
182
186
183
187
## Credits
184
188
185
-
🛠 Built by Hyperweb (formerly Cosmology) —if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
189
+
🛠 Built by Hyperweb (formerly Cosmology) —if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
186
190
187
191
## Disclaimer
188
192
189
-
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
193
+
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
190
194
191
195
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.
Copy file name to clipboardExpand all lines: packages/create-hyperweb-app/README.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -120,18 +120,21 @@ yarn create hyperweb-app
120
120
|`-t`, `--template`| Define the template to use | None |
121
121
|`-b`, `--fromBranch`| Specify the branch to use for cloning | None |
122
122
123
-
124
-
## Related
125
-
126
-
Checkout these related projects:
127
-
128
-
-[telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
129
-
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
130
-
-[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.
131
-
-[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.
132
-
-[create-hyperweb-app](https://github.com/hyperweb-io/create-hyperweb-app) Set up a modern Cosmos app by running one command.
133
-
-[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
134
-
-[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
123
+
## Interchain JavaScript Stack ⚛️
124
+
125
+
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. |
130
+
|**Wallet Connectors**|[**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**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. |
131
+
|**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 |
132
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
133
+
|**Starter Kits**|[**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app)| Set up a modern Interchain app by running one command. |
134
+
|**UI Kits**|[**Interchain UI**](https://github.com/hyperweb-io/interchain-ui)| The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
135
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
136
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
137
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
For local development, you can run the tests provided in the `__tests__/` folder to validate contract functionality using `starshipjs` to simulate chain interactions.
262
262
263
+
## Interchain JavaScript Stack ⚛️
264
+
265
+
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. |
270
+
|**Wallet Connectors**|[**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**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. |
271
+
|**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 |
272
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
273
+
|**Starter Kits**|[**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app)| Set up a modern Interchain app by running one command. |
274
+
|**UI Kits**|[**Interchain UI**](https://github.com/hyperweb-io/interchain-ui)| The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
275
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
276
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
277
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
278
+
279
+
## Credits
280
+
281
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
282
+
263
283
## Disclaimer
284
+
264
285
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
286
+
265
287
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.
0 commit comments