@inversealtruism/cairn-cli 0.3.7 → 0.3.9
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 +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -82,8 +82,7 @@ Fees and amounts are in **CSD** (e.g. `--amount 1.5`, `--fee 0.05`). Minimums: 0
|
|
|
82
82
|
|
|
83
83
|
CairnX is the token / DeFi layer that lives entirely in `cairnx:v1` records on-chain
|
|
84
84
|
(traded at [cairn-substrate.com/trade](https://cairn-substrate.com/trade)). Reads hit the
|
|
85
|
-
CairnX state API (`CAIRNX_API` → local service → public gateway); the one write
|
|
86
|
-
`token-send` — anchors a canonical transfer record signed by your own `csd` wallet.
|
|
85
|
+
CairnX state API (`CAIRNX_API` → local service → public gateway); the one write, `token-send`, anchors a canonical transfer record signed by your own `csd` wallet.
|
|
87
86
|
|
|
88
87
|
```bash
|
|
89
88
|
cairn tokens [address] # token balances (locked shown) + owned .csd names
|
|
@@ -124,7 +123,7 @@ signs, and `--dry-run` shows the exact canonical record + hash without signing).
|
|
|
124
123
|
state API. `token-send` builds the canonical transfer record locally (`sha256(uri)` is the
|
|
125
124
|
on-chain commitment, byte-exact-tested against the resolver's own builder), checks your
|
|
126
125
|
balance, prints the record + the 0.25 CSD anchor cost, then has `csd` sign the anchoring
|
|
127
|
-
Propose
|
|
126
|
+
Propose, the same no-key-in-process path as `propose`/`send`.
|
|
128
127
|
- **registry commands** (`gateway register`, `peer announce`, `identity claim`) are the one
|
|
129
128
|
exception: they sign a registry *binding* with `@inversealtruism/csd-registry`, so cairn-cli reads
|
|
130
129
|
your private key from `csd wallet config` and signs **in-process** (the key is never networked - only
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inversealtruism/cairn-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "CLI for Compute Substrate / Cairn — browse the board/wall/network, and send CSD, propose, attest, and place stones non-custodially by driving your own installed `csd` wallet (cairn never holds your key; works node-less via the Cairn proxy).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"typescript": "^5.7.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@inversealtruism/cairnx-core": "0.1.
|
|
44
|
+
"@inversealtruism/cairnx-core": "0.1.24",
|
|
45
45
|
"@inversealtruism/csd-codec": "0.1.14",
|
|
46
46
|
"@inversealtruism/csd-registry": "0.1.14"
|
|
47
47
|
}
|