@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 +12 -9
- package/artifacts/{v0.1.2 → v0.3.0}/starkscan-cli-manifest.json +5 -5
- package/artifacts/{v0.1.2/starkscan-linux-x86_64.tar.gz → 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.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.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.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.1.2/starkscan-darwin-aarch64.tar.gz +0 -0
- package/artifacts/v0.1.2/starkscan-darwin-aarch64.tar.gz.sha256 +0 -1
- package/artifacts/v0.1.2/starkscan-darwin-x86_64.tar.gz +0 -0
- package/artifacts/v0.1.2/starkscan-darwin-x86_64.tar.gz.sha256 +0 -1
- package/artifacts/v0.1.2/starkscan-linux-aarch64.tar.gz +0 -0
- package/artifacts/v0.1.2/starkscan-linux-aarch64.tar.gz.sha256 +0 -1
- package/artifacts/v0.1.2/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
|
|
@@ -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.
|
|
68
|
-
npx -y @starkscan/cli@0.
|
|
69
|
-
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
|
|
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.
|
|
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-
|
|
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
|
}
|
package/artifacts/{v0.1.2/starkscan-linux-x86_64.tar.gz → v0.3.0/starkscan-darwin-aarch64.tar.gz}
RENAMED
|
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
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
570afc45d58623ad3f3e17a52686049088c0661b7b26fa4716ca7ab285b51917 starkscan-darwin-aarch64.tar.gz
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
e7982287af1aa182e10aba106609a3f7fa6aa568a61a03beae8d85d6393e6edb starkscan-darwin-x86_64.tar.gz
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
78cdeeb2f4a458687315b266a8dea7f02ab28ac201468c591b4f7ffbfab880eb starkscan-linux-aarch64.tar.gz
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f89304a6084644f5737491774b560d787ad2e88d786b7a7b261991da63a88773 starkscan-linux-x86_64.tar.gz
|