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
**NOTE: It is recommended to still copy the Makefile from the repo to use the handy commands**
48
48
49
-
## Related
50
-
51
-
Checkout these related projects:
52
-
53
-
*[@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
54
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
55
-
*[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.
56
-
*[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.
57
-
*[create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
58
-
*[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
59
-
*[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
49
+
## Interchain JavaScript Stack ⚛️
50
+
51
+
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. |
56
+
|**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. |
57
+
|**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 |
58
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
59
+
|**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. |
60
+
|**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. |
61
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
62
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
63
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
60
64
61
65
## Credits
62
66
63
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
64
-
67
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
65
68
66
69
## Disclaimer
67
70
68
71
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
69
72
70
-
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.
73
+
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: README.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,22 +105,25 @@ Stay tuned for a `create-cosmos-app` boilerplate! For now, this is the most reco
105
105
- Add `yarn starship` commands to your package.json scripts [like this](https://github.com/osmosis-labs/osmojs/blob/c456184666eda55cd6fee5cd09ba6c05c898d55c/packages/osmojs/package.json#L31-L34)
106
106
— Note the jest configurations in the [osmojs package](https://github.com/osmosis-labs/osmojs/tree/main/packages/osmojs)
107
107
108
-
## Related
109
-
110
-
Checkout these related projects:
111
-
112
-
*[@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
113
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
114
-
*[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.
115
-
*[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.
116
-
*[create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
117
-
*[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
118
-
*[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
108
+
## Interchain JavaScript Stack ⚛️
109
+
110
+
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. |
115
+
|**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. |
116
+
|**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 |
117
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
118
+
|**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. |
119
+
|**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. |
120
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
121
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
122
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
119
123
120
124
## Credits
121
125
122
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
123
-
126
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
Copy file name to clipboardExpand all lines: clients/js/README.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,22 +287,25 @@ yarn
287
287
yarn build
288
288
```
289
289
290
-
## Related
291
-
292
-
Checkout these related projects:
293
-
294
-
*[@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
295
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
296
-
*[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.
297
-
*[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.
298
-
*[create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
299
-
*[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
300
-
*[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
290
+
## Interchain JavaScript Stack ⚛️
291
+
292
+
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. |
297
+
|**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. |
298
+
|**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 |
299
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
300
+
|**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. |
301
+
|**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. |
302
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
303
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
304
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
301
305
302
306
## Credits
303
307
304
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
305
-
308
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
Copy file name to clipboardExpand all lines: clients/js/packages/cli/README.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,25 +199,28 @@ yarn
199
199
yarn build
200
200
```
201
201
202
-
## Related
203
-
204
-
Checkout these related projects:
205
-
206
-
*[@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
207
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
208
-
*[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.
209
-
*[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.
210
-
*[create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
211
-
*[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
212
-
*[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
202
+
## Interchain JavaScript Stack ⚛️
203
+
204
+
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. |
209
+
|**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. |
210
+
|**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 |
211
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
212
+
|**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. |
213
+
|**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. |
214
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
215
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
216
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
213
217
214
218
## Credits
215
219
216
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
217
-
220
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
218
221
219
222
## Disclaimer
220
223
221
224
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
222
225
223
-
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.
226
+
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