Command line interface to check TurtleCoin network status and community activity.
1.0.50
Clone this repository
$ git clone https://github.com/mrrovot/trtl-cli.gitInstall the dependencies
$ npm install$ npm linkCheck list of all commands (--help or --h)
$ trtl --helpShows network data (network or 'ne')
$ trtl networkGet usd worth of any TRTL amount (price or 'p' )
$ trtl price 100List market data (market or 'm')
$ trtl marketList circulating supply (supply or 's')
$ trtl supplyDisplays ascii text from a file in the ascii folder. If nothing is specified, a random ASCII will be picked (ascii or a)
$ trtl ascii <file>Check how long ago the checkpoints were updated (checkpoints or 'c')
$ trtl checkpointsDisplay every public node on the turtlecoin-nodes-json list (nodes or 'no')
$ trtl nodesDefault command displays transaction pool. Adding a transaction hash will provide information about the transaction and if it is confirmed (tx or t)
$ trtl tx <transaction>Please do a pull request with any data about TurtleCoin that can be useful.
@zack796 @brandonlehmann
