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
Use the [`create-cosmos-app`](https://github.com/cosmology-tech/create-cosmos-app/) command to create a new package from the `telescope` boilerplate.
122
+
Use the [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app/) command to create a new package from the `telescope` boilerplate.
123
123
124
124
```sh
125
125
cca --boilerplate telescope
@@ -153,15 +153,15 @@ Examples:
153
153
154
154
```sh
155
155
# Telescope will do the download according to .json file of --config
156
-
# Telescope will put proto into location specified by --out
156
+
# Telescope will put proto into location specified by --out
@@ -443,6 +443,8 @@ See [LCD Clients](#lcd-clients) for more info.
443
443
|`rpcClients.scopedIsExclusive`| will allow both scoped bundles and all RPC Clients |`true`|
444
444
|`rpcClients.enabledServices`| which services to enable |[`Msg`,`Query`,`Service`]|
445
445
|`rpcClients.instantOps`| will generate instant rpc operations in the file `service-ops.ts` under root folder, which contains customized classes having selected rpc methods |`undefined`|
446
+
|`rpcClients.useConnectComet`| will use connectComet function to get a tendermint client |`undefined`|
447
+
|`rpcClients.useMakeClient`| allow user to pass a query client resolver to create query client in createRPCQueryClient function |`undefined`|
446
448
|`rpcClients.serviceImplement`| assign implement type of rpc methods, `Query` or `Tx`, by setting patterns under service types. |`undefined`|
447
449
`rpcClients.clientStyle.useUpdatedClientStyle` | The default value is `false`, which sets the generated client to use the legacy style. Setting it to `true` applies the updated style and activates the remaining options in clientStyle. | `false`
448
450
| `rpcClients.clientStyle.type` | A string array containing possible values: `all-client`, `sdk-module-client`, and `custom-client`. The value `all-client` generates an all-module-client file. The value `sdk-module-client` generates a client for the module specified by the `sdkModuleClientOption`. The value `custom-client` generates a customized client as specified by `customClientOption` | `undefined`
@@ -1107,7 +1109,7 @@ There'll be client files (`all-module-client.ts`, `akash-sdk-module-client.ts`,
1107
1109
The `all-module-client.ts` file consolidates all proto imports into one file and exports them as a single client.<br>
1108
1110
All sdk module client files will be identical to the legacy `client.ts` files generated in each module directory, except they will be located in the root directory. <br>
1109
1111
The custom client imports proto files based on `include.patterns`, allowing protos to originate from different modules.<br>
1110
-
For example the custom-client.ts will be like:
1112
+
For example the custom-client.ts will be like:
1111
1113
```ts
1112
1114
exportconst cosmosIbcAminoConverters = {
1113
1115
...cosmosGovV1TxAmino.AminoConverter,
@@ -1350,7 +1352,7 @@ This should not be an issue, but if you experience problems with syntax or are n
1350
1352
1351
1353
## Developing
1352
1354
1353
-
See our [documentation](https://github.com/cosmology-tech/telescope/blob/main/docs/README.md) for how to contribute and develop Telescope.
1355
+
See our [documentation](https://github.com/hyperweb-io/telescope/blob/main/docs/README.md) for how to contribute and develop Telescope.
1354
1356
1355
1357
## Sponsors
1356
1358
@@ -1362,17 +1364,17 @@ Kudos to our sponsors:
1362
1364
1363
1365
Checkout these related projects:
1364
1366
1365
-
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
1367
+
* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
1366
1368
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
1367
-
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
1368
-
* [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.
1369
-
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
1370
-
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
1371
-
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
1369
+
* [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.
1370
+
* [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.
1371
+
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
1372
+
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
1373
+
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
1372
1374
1373
1375
## Credits
1374
1376
1375
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
1377
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
1376
1378
1377
1379
Thanks to these engineers, teams and projects for inspiring Telescope:
0 commit comments