@starkscan/cli 0.2.0 → 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 +10 -9
- package/artifacts/{v0.2.0 → v0.3.0}/starkscan-cli-manifest.json +5 -5
- package/artifacts/{v0.2.0 → v0.3.0}/starkscan-darwin-aarch64.tar.gz +0 -0
- package/artifacts/v0.3.0/starkscan-darwin-aarch64.tar.gz.sha256 +1 -0
- package/artifacts/{v0.2.0 → v0.3.0}/starkscan-darwin-x86_64.tar.gz +0 -0
- package/artifacts/v0.3.0/starkscan-darwin-x86_64.tar.gz.sha256 +1 -0
- package/artifacts/{v0.2.0 → v0.3.0}/starkscan-linux-aarch64.tar.gz +0 -0
- package/artifacts/v0.3.0/starkscan-linux-aarch64.tar.gz.sha256 +1 -0
- package/artifacts/{v0.2.0 → v0.3.0}/starkscan-linux-x86_64.tar.gz +0 -0
- package/artifacts/v0.3.0/starkscan-linux-x86_64.tar.gz.sha256 +1 -0
- package/package.json +1 -1
- package/artifacts/v0.2.0/starkscan-darwin-aarch64.tar.gz.sha256 +0 -1
- package/artifacts/v0.2.0/starkscan-darwin-x86_64.tar.gz.sha256 +0 -1
- package/artifacts/v0.2.0/starkscan-linux-aarch64.tar.gz.sha256 +0 -1
- package/artifacts/v0.2.0/starkscan-linux-x86_64.tar.gz.sha256 +0 -1
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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.
|
|
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.
|
|
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
|
|
@@ -66,9 +67,9 @@ transport: `POST https://api.starkscan.co/mcp` on the API domain, or
|
|
|
66
67
|
## Agent setup
|
|
67
68
|
|
|
68
69
|
```bash
|
|
69
|
-
npx -y @starkscan/cli@0.
|
|
70
|
-
npx -y @starkscan/cli@0.
|
|
71
|
-
npx -y @starkscan/cli@0.
|
|
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
|
|
72
73
|
```
|
|
73
74
|
|
|
74
75
|
`print-config` emits machine-readable snippets. Keep `STARKSCAN_API_KEY` in the
|
|
@@ -79,7 +80,7 @@ host shell, CI secret store, or MCP client secret store.
|
|
|
79
80
|
Agents can inspect the launcher decision without executing the native binary:
|
|
80
81
|
|
|
81
82
|
```bash
|
|
82
|
-
npx -y @starkscan/cli@0.
|
|
83
|
+
npx -y @starkscan/cli@0.3.0 --launcher-json
|
|
83
84
|
```
|
|
84
85
|
|
|
85
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-08-
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
31
|
+
"sha256": "c7378ba211aedaf57c46a1fc73d6113c7dc3a407f2a7b230edd06d30f4a2b4b9"
|
|
32
32
|
}
|
|
33
33
|
]
|
|
34
34
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
64bca370039c26deb950e0f3aaabb5854dda2e2605e66c98eb5e21ef0aa7eada starkscan-darwin-aarch64.tar.gz
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e8f870c07168ce0150565121f3ce2e8bee7ae4fbf333c0f7dcd7d4c5f271fc79 starkscan-darwin-x86_64.tar.gz
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
73dd78b4adb56aa38e0e0ed5154d5e6f9866ae9d749967ebad64df8154984cdd starkscan-linux-aarch64.tar.gz
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c7378ba211aedaf57c46a1fc73d6113c7dc3a407f2a7b230edd06d30f4a2b4b9 starkscan-linux-x86_64.tar.gz
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
e12e2f38f46eecadb6b1a19bc8bf7cbd028b051fd46f87c52eeede752da4b844 starkscan-darwin-aarch64.tar.gz
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7bba139654743ed8a3c2247296207a217dbbfad52ca42fd5b04f84ef615f9378 starkscan-darwin-x86_64.tar.gz
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3168a88eee1c97bd626e1100fe027a469a20ba9078ef75bc011c49198103e379 starkscan-linux-aarch64.tar.gz
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2bcb0f83fa9dca13bc4448085f054261ff0ab421414c6e5812aba361424ce88e starkscan-linux-x86_64.tar.gz
|