Basic blockchain implementation in PHP

Requirements:

  • PHP >= 7.1

Run from CLI:

  • composer install
  • php cli.php app:run

Options:

  • start a new blockchain: php cli.php app:run new

Unit tests:

  • php vendor/phpunit/phpunit/phpunit tests