1.0.20 • Published 10 months ago
@logrus/tron-cli v1.0.20
Basic operations with Tron TRX and USDT tokens.
- Create a Tron account
- Send TRX transactions
- Send USDT TRC-20 transactions
- Check TRX and USDT balance
Application is 100% stateless - keys are not stored nor logged anywhere. You only enter and see them in the console. Using official TronWeb SDK and public Mainnet nodes.
npx @logrus/tron-cli
A known issue: "Error: Cannot find module '@noble/secp256k1'"
To solve this issue, please install @noble/secp256k1@1.7.1 manually: npm install @noble/secp256k1@1.7.1
Blame Tron devs.
Command arguments (all optional):
Argument | Type | Default | Description |
---|---|---|---|
--retry | Number | 10 | Number of re-tries. Each re-try uses another random node from the list. |
--retryDelay | Number | 500 | Delay between re-tries in milliseconds. |
--timeout | Number | 15000 | HTTP API timeout in milliseconds. |
--nodes | String | Public Mainnet nodes | Comma-separated list of TRON blockchain full node IPs. |
--feeLimit | Number | 50 | Transaction fee limit in TRX. |
--debug | Boolean | false | Show debug logs |
--tronGridApiUrl | String | Empty | TronGrid API URL. If specified, --nodes argument is ignored. |
--tronGridApiKey | String | Empty | TronGrid API Key |
1.0.19
10 months ago
1.0.20
10 months ago
1.0.18
1 year ago
1.0.17
1 year ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago