1.0.20 • Published 10 months ago

@logrus/tron-cli v1.0.20

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
10 months ago

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):

ArgumentTypeDefaultDescription
--retryNumber10Number of re-tries. Each re-try uses another random node from the list.
--retryDelayNumber500Delay between re-tries in milliseconds.
--timeoutNumber15000HTTP API timeout in milliseconds.
--nodesStringPublic Mainnet nodesComma-separated list of TRON blockchain full node IPs.
--feeLimitNumber50Transaction fee limit in TRX.
--debugBooleanfalseShow debug logs
--tronGridApiUrlStringEmptyTronGrid API URL. If specified, --nodes argument is ignored.
--tronGridApiKeyStringEmptyTronGrid 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