Skip to content

BurstJack/Burst_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Burst_CLI

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages