@cosmwasm/ts-codegen 1.12.0 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
@@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
|
|
10
10
|
<a href="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml">
|
11
11
|
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
|
12
12
|
</a>
|
13
|
-
<a href="https://github.com/
|
14
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%
|
13
|
+
<a href="https://github.com/hyperweb-io/lib-count">
|
14
|
+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
|
15
15
|
</a>
|
16
|
-
<a href="https://github.com/
|
17
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%
|
16
|
+
<a href="https://github.com/hyperweb-io/lib-count">
|
17
|
+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
|
18
18
|
</a>
|
19
19
|
<br />
|
20
20
|
<a href="https://github.com/CosmWasm/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
@@ -358,7 +358,7 @@ npm install @cosmwasm/ts-codegen
|
|
358
358
|
Clone your project and `cd` into your contracts folder
|
359
359
|
|
360
360
|
```sh
|
361
|
-
git clone https://github.com/
|
361
|
+
git clone https://github.com/hyperweb-io/launchpad.git
|
362
362
|
cd launchpad/contracts/whitelists/whitelist
|
363
363
|
```
|
364
364
|
|
@@ -610,22 +610,25 @@ yarn test:watch
|
|
610
610
|
|
611
611
|
See the [docs](https://github.com/CosmWasm/ts-codegen/blob/main/packages/ast/README.md) in the `@cosmwasm/ts-codegen-ast` package.
|
612
612
|
|
613
|
-
##
|
613
|
+
## Interchain JavaScript Stack
|
614
614
|
|
615
|
-
|
615
|
+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
|
616
616
|
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
617
|
+
| Category | Tools | Description |
|
618
|
+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
|
619
|
+
| **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. |
|
620
|
+
| **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. |
|
621
|
+
| **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 |
|
622
|
+
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
|
623
|
+
| **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. |
|
624
|
+
| **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. |
|
625
|
+
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
|
626
|
+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
|
627
|
+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
|
624
628
|
|
625
629
|
## Credits
|
626
630
|
|
627
|
-
🛠 Built by Cosmology — if you like our tools, please
|
628
|
-
|
631
|
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
|
629
632
|
|
630
633
|
## Disclaimer
|
631
634
|
|
@@ -32,7 +32,7 @@ const prompt_1 = require("../utils/prompt");
|
|
32
32
|
const glob = require('glob').sync;
|
33
33
|
const fs = require('fs');
|
34
34
|
const path = require('path');
|
35
|
-
const repo = 'https://github.com/
|
35
|
+
const repo = 'https://github.com/hyperweb-io/ts-codegen-module-boilerplate';
|
36
36
|
exports.default = async (argv) => {
|
37
37
|
if (!shell.which('git')) {
|
38
38
|
shell.echo('Sorry, this script requires git');
|
@@ -4,7 +4,7 @@ import { prompt } from '../utils/prompt';
|
|
4
4
|
const glob = require('glob').sync;
|
5
5
|
const fs = require('fs');
|
6
6
|
const path = require('path');
|
7
|
-
const repo = 'https://github.com/
|
7
|
+
const repo = 'https://github.com/hyperweb-io/ts-codegen-module-boilerplate';
|
8
8
|
export default async (argv) => {
|
9
9
|
if (!shell.which('git')) {
|
10
10
|
shell.echo('Sorry, this script requires git');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "1.12.
|
3
|
+
"version": "1.12.1",
|
4
4
|
"description": "@cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/cosmwasm/ts-codegen",
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"@babel/generator": "7.24.4",
|
44
44
|
"@babel/traverse": "7.24.1",
|
45
45
|
"@babel/types": "7.24.0",
|
46
|
-
"@cosmwasm/ts-codegen-ast": "^1.8.
|
47
|
-
"@cosmwasm/ts-codegen-types": "^1.3.
|
46
|
+
"@cosmwasm/ts-codegen-ast": "^1.8.1",
|
47
|
+
"@cosmwasm/ts-codegen-types": "^1.3.1",
|
48
48
|
"@pyramation/json-schema-to-typescript": " 11.0.4",
|
49
49
|
"@types/rimraf": "3.0.2",
|
50
50
|
"@types/shelljs": "0.8.15",
|
@@ -67,5 +67,5 @@
|
|
67
67
|
"smart contracts",
|
68
68
|
"codegen"
|
69
69
|
],
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "be8802a215dbc75df9af75dba2f6ac17c04d6938"
|
71
71
|
}
|