Linux CLI tool interacting with API of Burst blockchain.
DESCRIPTION
-
Clone project, change directory:
$ git clone https://github.com/BurstJack/Burst_CLI.git $ cd Burst_CLI -
PHP must be installed, check installation with this command:
$ php -r 'echo "\n\nYour PHP installation is working fine.\n\n";print_r(array(1,2,3));'Your output should look like this:
Your PHP installation is working fine. Array ( [0] => 1 [1] => 2 [2] => 3 ) -
then start Burst_CLI from your git clone root with this command:
$ php burst.php