1.0.18 • Published 3 months ago

@logrus/tron-cli v1.0.18

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 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

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.18

3 months ago

1.0.17

4 months ago

1.0.16

9 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago