Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 264 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 264 Bytes

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