@interchain-kit/station-extension 0.7.0 → 0.9.0
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 +4 -36
- package/package.json +13 -9
package/README.md
CHANGED
|
@@ -8,12 +8,6 @@
|
|
|
8
8
|
<a href="https://github.com/hyperweb-io/cosmos-kit/actions/workflows/run-tests.yml">
|
|
9
9
|
<img height="20" src="https://github.com/hyperweb-io/cosmos-kit/actions/workflows/run-tests.yml/badge.svg" />
|
|
10
10
|
</a>
|
|
11
|
-
<a href="https://github.com/constructive-io/lib-count">
|
|
12
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmos-kit%2Ftotal.json"/>
|
|
13
|
-
</a>
|
|
14
|
-
<a href="https://github.com/constructive-io/lib-count">
|
|
15
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmos-kit%2Fmonthly.json"/>
|
|
16
|
-
</a>
|
|
17
11
|
<br />
|
|
18
12
|
<a href="https://github.com/hyperweb-io/cosmos-kit/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-BSD%203--Clause%20Clear-blue.svg"></a>
|
|
19
13
|
<a href="https://www.npmjs.com/package/cosmos-kit"><img height="20" src="https://img.shields.io/github/package-json/v/hyperweb-io/cosmos-kit?filename=packages%2Fcosmos-kit%2Fpackage.json"></a>
|
|
@@ -37,41 +31,15 @@ npm install @interchain-kit/station-extension
|
|
|
37
31
|
When first cloning the repo:
|
|
38
32
|
|
|
39
33
|
```sh
|
|
40
|
-
|
|
34
|
+
pnpm
|
|
41
35
|
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
|
|
42
|
-
|
|
36
|
+
pnpm build
|
|
43
37
|
```
|
|
44
38
|
|
|
45
39
|
Or if you want to make your dev process smoother, you can run:
|
|
46
40
|
|
|
47
41
|
```sh
|
|
48
|
-
|
|
42
|
+
pnpm
|
|
49
43
|
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
|
|
50
|
-
|
|
44
|
+
pnpm build:dev
|
|
51
45
|
```
|
|
52
|
-
|
|
53
|
-
## Interchain JavaScript Stack
|
|
54
|
-
|
|
55
|
-
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
|
|
56
|
-
|
|
57
|
-
| Category | Tools | Description |
|
|
58
|
-
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
|
|
59
|
-
| **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. |
|
|
60
|
-
| **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. |
|
|
61
|
-
| **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 |
|
|
62
|
-
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
|
|
63
|
-
| **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. |
|
|
64
|
-
| **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. |
|
|
65
|
-
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
|
|
66
|
-
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
|
|
67
|
-
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
|
|
68
|
-
|
|
69
|
-
## Credits
|
|
70
|
-
|
|
71
|
-
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
|
|
72
|
-
|
|
73
|
-
## Disclaimer
|
|
74
|
-
|
|
75
|
-
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
|
|
76
|
-
|
|
77
|
-
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.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interchain-kit/station-extension",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "interchain-kit wallet connector",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
8
8
|
"types": "index.d.ts",
|
|
9
9
|
"homepage": "https://github.com/interchain-kit/station-extension",
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "MIT",
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public",
|
|
13
13
|
"directory": "dist"
|
|
@@ -20,19 +20,23 @@
|
|
|
20
20
|
"url": "https://github.com/interchain-kit/station-extension/issues"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"prepare": "npm run build",
|
|
26
|
-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
|
|
23
|
+
"clean": "makage clean",
|
|
24
|
+
"build": "rm -rf dist && (tsc -p tsconfig.json || true) && (tsc -p tsconfig.esm.json || true) && cp ../../LICENSE dist/ && cp package.json dist/ && cp README.md dist/",
|
|
27
25
|
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
|
|
28
26
|
"lint": "eslint . --fix",
|
|
29
27
|
"test": "jest",
|
|
30
28
|
"test:watch": "jest --watch",
|
|
31
|
-
"watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w"
|
|
29
|
+
"watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w",
|
|
30
|
+
"prepack": "npm run build"
|
|
32
31
|
},
|
|
33
32
|
"keywords": [],
|
|
34
33
|
"dependencies": {
|
|
35
|
-
"@interchain-kit/core": "
|
|
34
|
+
"@interchain-kit/core": "0.9.0",
|
|
35
|
+
"@interchainjs/cosmos": "1.20.0",
|
|
36
|
+
"@interchainjs/types": "1.20.0"
|
|
36
37
|
},
|
|
37
|
-
"
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"makage": "^0.1.12"
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "980945a1ae65907c7fda4430647f0cd1fb1b7f61"
|
|
38
42
|
}
|