Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions ts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading