jaspervault_cli 1.0.31 → 1.0.32
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 +0 -25
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,10 +20,6 @@ jv install --ai cursor # Cursor
|
|
|
20
20
|
jv install --ai openclaw # OpenClaw
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
This registers the JasperVault MCP server (or skill) so your AI assistant can trade on your behalf.
|
|
24
|
-
|
|
25
|
-
> Add `--force` to overwrite an existing installation.
|
|
26
|
-
|
|
27
23
|
### 3. Start Trading
|
|
28
24
|
|
|
29
25
|
Open your AI assistant and talk:
|
|
@@ -67,27 +63,6 @@ Just tell your AI assistant what you want:
|
|
|
67
63
|
|
|
68
64
|
---
|
|
69
65
|
|
|
70
|
-
## Configuration
|
|
71
|
-
|
|
72
|
-
All configuration is via environment variables. **No configuration is needed for most users** — the CLI connects to the JasperVault test environment by default.
|
|
73
|
-
|
|
74
|
-
| Variable | Required | Description | Default |
|
|
75
|
-
|----------|----------|-------------|---------|
|
|
76
|
-
| `JV_API_URL` | No | Trading API base URL | `https://trading-api-test.jaspervault.pro` |
|
|
77
|
-
| `JV_API_KEY` | No | Bearer token for API authentication | — |
|
|
78
|
-
| `JV_TIMEOUT` | No | Request timeout in ms | `30000` |
|
|
79
|
-
| `JV_DELEGATION_KEY` | No | Delegation wallet private key override | from `~/.jaspervault/keys.json` |
|
|
80
|
-
| `JV_BASE_RPC_URL` | No | Base chain RPC URL override | built-in |
|
|
81
|
-
| `JV_JASPERVAULT_RPC_URL` | No | JasperVault chain RPC URL override | built-in |
|
|
82
|
-
| `JV_SUBGRAPH_URL` | No | Subgraph endpoint override | built-in per network |
|
|
83
|
-
| `PRIVATE_KEY` | No | EOA wallet private key (CI/automation only) | — |
|
|
84
|
-
|
|
85
|
-
### How Credentials Work
|
|
86
|
-
|
|
87
|
-
After the first wallet setup (triggered by your AI or manually via `jv vault setup`), the delegation wallet is saved to `~/.jaspervault/keys.json` and your vault profile to `~/.jaspervault/profile.json`. Everything is automatic after that.
|
|
88
|
-
|
|
89
|
-
---
|
|
90
|
-
|
|
91
66
|
## CLI Reference
|
|
92
67
|
|
|
93
68
|
For advanced users who prefer the terminal:
|