diff --git a/ts/README.md b/ts/README.md index d6b854b3..f32a56c5 100644 --- a/ts/README.md +++ b/ts/README.md @@ -34,7 +34,7 @@ An agent-first TypeScript CLI wallet for TRON, with deterministic commands, stru Node.js 20 or later is required. ```bash -npm install -g walletcli +npm install -g @tron-walletcli/wallet-cli ``` Verify the installation: diff --git a/ts/package.json b/ts/package.json index 96f516ac..064ac244 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,10 +1,10 @@ { - "name": "walletcli", + "name": "@tron-walletcli/wallet-cli", "version": "0.1.0", "description": "Agent-first TypeScript CLI wallet for TRON — deterministic commands, JSON output, and discoverable schemas", "type": "module", "bin": { - "wallet-cli": "./dist/index.js" + "wallet-cli": "dist/index.js" }, "files": [ "dist",