@starkscan/cli 0.1.2 → 0.3.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,9 +3,10 @@
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
8
- unattended agents or production services that need reproducible installs.
6
+ Release target: `0.3.0`. This release carries the address-activity truth
7
+ contract and its typed nullable output through the native CLI. Use the untagged
8
+ install only after the live `latest` verifier passes; pin `0.3.0` for
9
+ reproducible installs after that promotion.
9
10
 
10
11
  ## Install
11
12
 
@@ -23,11 +24,11 @@ npx -y @starkscan/cli init --agent --output-format json
23
24
  Exact pin for unattended services:
24
25
 
25
26
  ```bash
26
- npx -y @starkscan/cli@0.1.2 init --agent --output-format json
27
+ npx -y @starkscan/cli@0.3.0 init --agent --output-format json
27
28
  ```
28
29
 
29
30
  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`
31
+ Normal users and agents should use the default package or the exact `0.3.0`
31
32
  pin above.
32
33
 
33
34
  ## First commands
@@ -42,6 +43,8 @@ starkscan status
42
43
  starkscan block 8279910
43
44
  starkscan tx 0x1234abcd
44
45
  starkscan search 0x1234abcd
46
+ starkscan wallet-asset-discovery 0xWALLET --limit 25
47
+ starkscan wallet-state 0xWALLET --mode require_complete --limit 25
45
48
  ```
46
49
 
47
50
  The CLI defaults to `https://api.starkscan.co`, sends `X-Starkscan-Api-Key`,
@@ -64,9 +67,9 @@ transport: `POST https://api.starkscan.co/mcp` on the API domain, or
64
67
  ## Agent setup
65
68
 
66
69
  ```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
70
+ npx -y @starkscan/cli@0.3.0 init --agent --output-format json
71
+ npx -y @starkscan/cli@0.3.0 mcp print-config --transport remote
72
+ npx -y @starkscan/cli@0.3.0 mcp start --transport remote
70
73
  ```
71
74
 
72
75
  `print-config` emits machine-readable snippets. Keep `STARKSCAN_API_KEY` in the
@@ -77,7 +80,7 @@ host shell, CI secret store, or MCP client secret store.
77
80
  Agents can inspect the launcher decision without executing the native binary:
78
81
 
79
82
  ```bash
80
- npx -y @starkscan/cli@0.1.2 --launcher-json
83
+ npx -y @starkscan/cli@0.3.0 --launcher-json
81
84
  ```
82
85
 
83
86
  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-23T10:59:46Z",
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": "64bca370039c26deb950e0f3aaabb5854dda2e2605e66c98eb5e21ef0aa7eada"
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": "e8f870c07168ce0150565121f3ce2e8bee7ae4fbf333c0f7dcd7d4c5f271fc79"
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": "73dd78b4adb56aa38e0e0ed5154d5e6f9866ae9d749967ebad64df8154984cdd"
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": "c7378ba211aedaf57c46a1fc73d6113c7dc3a407f2a7b230edd06d30f4a2b4b9"
32
32
  }
33
33
  ]
34
34
  }
@@ -0,0 +1 @@
1
+ 64bca370039c26deb950e0f3aaabb5854dda2e2605e66c98eb5e21ef0aa7eada starkscan-darwin-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ e8f870c07168ce0150565121f3ce2e8bee7ae4fbf333c0f7dcd7d4c5f271fc79 starkscan-darwin-x86_64.tar.gz
@@ -0,0 +1 @@
1
+ 73dd78b4adb56aa38e0e0ed5154d5e6f9866ae9d749967ebad64df8154984cdd starkscan-linux-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ c7378ba211aedaf57c46a1fc73d6113c7dc3a407f2a7b230edd06d30f4a2b4b9 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.3.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