@starkscan/cli 0.1.1 → 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 +10 -8
- package/artifacts/{v0.1.1 → v0.2.0}/starkscan-cli-manifest.json +5 -5
- package/artifacts/{v0.1.1/starkscan-linux-x86_64.tar.gz → v0.2.0/starkscan-darwin-aarch64.tar.gz} +0 -0
- package/artifacts/v0.2.0/starkscan-darwin-aarch64.tar.gz.sha256 +1 -0
- package/artifacts/v0.2.0/starkscan-darwin-x86_64.tar.gz +0 -0
- package/artifacts/v0.2.0/starkscan-darwin-x86_64.tar.gz.sha256 +1 -0
- package/artifacts/v0.2.0/starkscan-linux-aarch64.tar.gz +0 -0
- package/artifacts/v0.2.0/starkscan-linux-aarch64.tar.gz.sha256 +1 -0
- package/artifacts/v0.2.0/starkscan-linux-x86_64.tar.gz +0 -0
- package/artifacts/v0.2.0/starkscan-linux-x86_64.tar.gz.sha256 +1 -0
- package/package.json +1 -1
- package/artifacts/v0.1.1/starkscan-darwin-aarch64.tar.gz +0 -0
- package/artifacts/v0.1.1/starkscan-darwin-aarch64.tar.gz.sha256 +0 -1
- package/artifacts/v0.1.1/starkscan-darwin-x86_64.tar.gz +0 -0
- package/artifacts/v0.1.1/starkscan-darwin-x86_64.tar.gz.sha256 +0 -1
- package/artifacts/v0.1.1/starkscan-linux-aarch64.tar.gz +0 -0
- package/artifacts/v0.1.1/starkscan-linux-aarch64.tar.gz.sha256 +0 -1
- package/artifacts/v0.1.1/starkscan-linux-x86_64.tar.gz.sha256 +0 -1
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.
|
|
7
|
-
CLI package. Use the untagged install for normal setup and pin `0.
|
|
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.
|
|
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.
|
|
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.
|
|
68
|
-
npx -y @starkscan/cli@0.
|
|
69
|
-
npx -y @starkscan/cli@0.
|
|
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.
|
|
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-
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
31
|
+
"sha256": "2bcb0f83fa9dca13bc4448085f054261ff0ab421414c6e5812aba361424ce88e"
|
|
32
32
|
}
|
|
33
33
|
]
|
|
34
34
|
}
|
package/artifacts/{v0.1.1/starkscan-linux-x86_64.tar.gz → v0.2.0/starkscan-darwin-aarch64.tar.gz}
RENAMED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e12e2f38f46eecadb6b1a19bc8bf7cbd028b051fd46f87c52eeede752da4b844 starkscan-darwin-aarch64.tar.gz
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7bba139654743ed8a3c2247296207a217dbbfad52ca42fd5b04f84ef615f9378 starkscan-darwin-x86_64.tar.gz
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3168a88eee1c97bd626e1100fe027a469a20ba9078ef75bc011c49198103e379 starkscan-linux-aarch64.tar.gz
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2bcb0f83fa9dca13bc4448085f054261ff0ab421414c6e5812aba361424ce88e starkscan-linux-x86_64.tar.gz
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b832cb12e5300afadc6a75ae22290f54535734a8053a89e5855d1f4dcc44c4c3 starkscan-darwin-aarch64.tar.gz
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7428ac46ca22baf1f8ab1e674a535741f3db149485740277a69c88379c54b77f starkscan-darwin-x86_64.tar.gz
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c04b7827aa9fe0ee2c02b8a1d671c3ffc4c286ad8b54f2d4223fc49b546adb60 starkscan-linux-aarch64.tar.gz
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b20ebe2ce47243d46dbae8d0b13978c47b4d2a6bc12d1628a22eb033e4d910e2 starkscan-linux-x86_64.tar.gz
|