Skip to content

Releases: mrrovot/trtl-cli

TRTL-CLI

Choose a tag to compare

@obselate obselate released this 14 Sep 05:28

How to install

1.) Ensure you have NodeJS and NPM installed first. You can get those Here.

2.) Open your preferred Command Line Interface and clone the TRTL-CLI repository with this command:
$ git clone https://github.com/mrrovot/trtl-cli.git

3.) Install all of the dependencies with this command:
$ npm install

4.) Create a symlink with this command:
$ npm link

TRTL-CLI UPDATE 1.0.49

New command!

$ trtl tx <transaction> - Default command displays transaction pool. Adding a transaction hash will provide information about the transaction and if it is confirmed.

TRTL-CLI

Choose a tag to compare

@obselate obselate released this 11 Sep 21:02

How to install

1.) Ensure you have NodeJS and NPM installed first. You can get those Here.

2.) Open your preferred Command Line Interface and clone the TRTL-CLI repository with this command:
$ git clone https://github.com/mrrovot/trtl-cli.git

3.) Install all of the dependencies with this command:
$ npm install

4.) Create a symlink with this command:
$ npm link

TRTL-CLI UPDATE 1.0.49

New command!

$ trtl nodes - Displays every node, their URL, Port, SSL, and Sync status.

TRTL-CLI

Choose a tag to compare

@obselate obselate released this 10 Sep 05:45
82fc487

A Command Line Interface for checking various aspects of TurtleCoin.

more information to be placed here later.