@starkscan/cli 0.1.2 → 0.2.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 CHANGED
@@ -3,8 +3,8 @@
3
3
  Command-line Starkscan client for status checks, explorer reads, local exports,
4
4
  and agent setup.
5
5
 
6
- Status: public `0.1.2` stable release. The npm `latest` tag points to the real
7
- CLI package. Use the untagged install for normal setup and pin `0.1.2` for
6
+ Status: public `0.2.0` stable release. The npm `latest` tag points to the real
7
+ CLI package. Use the untagged install for normal setup and pin `0.2.0` for
8
8
  unattended agents or production services that need reproducible installs.
9
9
 
10
10
  ## Install
@@ -23,11 +23,11 @@ npx -y @starkscan/cli init --agent --output-format json
23
23
  Exact pin for unattended services:
24
24
 
25
25
  ```bash
26
- npx -y @starkscan/cli@0.1.2 init --agent --output-format json
26
+ npx -y @starkscan/cli@0.2.0 init --agent --output-format json
27
27
  ```
28
28
 
29
29
  Prerelease tags such as `@beta` are maintainer-directed test channels only.
30
- Normal users and agents should use the default package or the exact `0.1.2`
30
+ Normal users and agents should use the default package or the exact `0.2.0`
31
31
  pin above.
32
32
 
33
33
  ## First commands
@@ -42,6 +42,8 @@ starkscan status
42
42
  starkscan block 8279910
43
43
  starkscan tx 0x1234abcd
44
44
  starkscan search 0x1234abcd
45
+ starkscan wallet-asset-discovery 0xWALLET --limit 25
46
+ starkscan wallet-state 0xWALLET --mode require_complete --limit 25
45
47
  ```
46
48
 
47
49
  The CLI defaults to `https://api.starkscan.co`, sends `X-Starkscan-Api-Key`,
@@ -64,9 +66,9 @@ transport: `POST https://api.starkscan.co/mcp` on the API domain, or
64
66
  ## Agent setup
65
67
 
66
68
  ```bash
67
- npx -y @starkscan/cli@0.1.2 init --agent --output-format json
68
- npx -y @starkscan/cli@0.1.2 mcp print-config --transport remote
69
- npx -y @starkscan/cli@0.1.2 mcp start --transport remote
69
+ npx -y @starkscan/cli@0.2.0 init --agent --output-format json
70
+ npx -y @starkscan/cli@0.2.0 mcp print-config --transport remote
71
+ npx -y @starkscan/cli@0.2.0 mcp start --transport remote
70
72
  ```
71
73
 
72
74
  `print-config` emits machine-readable snippets. Keep `STARKSCAN_API_KEY` in the
@@ -77,7 +79,7 @@ host shell, CI secret store, or MCP client secret store.
77
79
  Agents can inspect the launcher decision without executing the native binary:
78
80
 
79
81
  ```bash
80
- npx -y @starkscan/cli@0.1.2 --launcher-json
82
+ npx -y @starkscan/cli@0.2.0 --launcher-json
81
83
  ```
82
84
 
83
85
  The JSON includes the package version, resolved binary path, release tag,
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-29T21:03:15Z",
3
+ "generatedAt": "2026-08-19T06:51:05Z",
4
4
  "artifacts": [
5
5
  {
6
6
  "name": "starkscan-darwin-aarch64.tar.gz",
7
7
  "platform": "darwin-aarch64",
8
8
  "target": "darwin-aarch64",
9
9
  "archive": "starkscan-darwin-aarch64.tar.gz",
10
- "sha256": "570afc45d58623ad3f3e17a52686049088c0661b7b26fa4716ca7ab285b51917"
10
+ "sha256": "e12e2f38f46eecadb6b1a19bc8bf7cbd028b051fd46f87c52eeede752da4b844"
11
11
  },
12
12
  {
13
13
  "name": "starkscan-darwin-x86_64.tar.gz",
14
14
  "platform": "darwin-x86_64",
15
15
  "target": "darwin-x86_64",
16
16
  "archive": "starkscan-darwin-x86_64.tar.gz",
17
- "sha256": "e7982287af1aa182e10aba106609a3f7fa6aa568a61a03beae8d85d6393e6edb"
17
+ "sha256": "7bba139654743ed8a3c2247296207a217dbbfad52ca42fd5b04f84ef615f9378"
18
18
  },
19
19
  {
20
20
  "name": "starkscan-linux-aarch64.tar.gz",
21
21
  "platform": "linux-aarch64",
22
22
  "target": "linux-aarch64",
23
23
  "archive": "starkscan-linux-aarch64.tar.gz",
24
- "sha256": "78cdeeb2f4a458687315b266a8dea7f02ab28ac201468c591b4f7ffbfab880eb"
24
+ "sha256": "3168a88eee1c97bd626e1100fe027a469a20ba9078ef75bc011c49198103e379"
25
25
  },
26
26
  {
27
27
  "name": "starkscan-linux-x86_64.tar.gz",
28
28
  "platform": "linux-x86_64",
29
29
  "target": "linux-x86_64",
30
30
  "archive": "starkscan-linux-x86_64.tar.gz",
31
- "sha256": "f89304a6084644f5737491774b560d787ad2e88d786b7a7b261991da63a88773"
31
+ "sha256": "2bcb0f83fa9dca13bc4448085f054261ff0ab421414c6e5812aba361424ce88e"
32
32
  }
33
33
  ]
34
34
  }
@@ -0,0 +1 @@
1
+ e12e2f38f46eecadb6b1a19bc8bf7cbd028b051fd46f87c52eeede752da4b844 starkscan-darwin-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ 7bba139654743ed8a3c2247296207a217dbbfad52ca42fd5b04f84ef615f9378 starkscan-darwin-x86_64.tar.gz
@@ -0,0 +1 @@
1
+ 3168a88eee1c97bd626e1100fe027a469a20ba9078ef75bc011c49198103e379 starkscan-linux-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ 2bcb0f83fa9dca13bc4448085f054261ff0ab421414c6e5812aba361424ce88e starkscan-linux-x86_64.tar.gz
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@starkscan/cli",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.2.0",
5
5
  "description": "Command-line launcher for Starkscan API, export, and agent workflows.",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -1 +0,0 @@
1
- 570afc45d58623ad3f3e17a52686049088c0661b7b26fa4716ca7ab285b51917 starkscan-darwin-aarch64.tar.gz
@@ -1 +0,0 @@
1
- e7982287af1aa182e10aba106609a3f7fa6aa568a61a03beae8d85d6393e6edb starkscan-darwin-x86_64.tar.gz
@@ -1 +0,0 @@
1
- 78cdeeb2f4a458687315b266a8dea7f02ab28ac201468c591b4f7ffbfab880eb starkscan-linux-aarch64.tar.gz
@@ -1 +0,0 @@
1
- f89304a6084644f5737491774b560d787ad2e88d786b7a7b261991da63a88773 starkscan-linux-x86_64.tar.gz