/Blockchain-PHP

Blockchain example implemented in PHP

Primary LanguagePHPMIT LicenseMIT

Blockchain

Build Status Coverage Status StyleCI License

A simple object-oriented blockchain implementation.

Screenshot

Usage

Coming soon.

Example Code

See example/.

  • Generating a blockchain, php example/create_basic_chain.php {NUM_BLOCKS} where number of NUM_BLOCKS is the number of blocks you wish to generate
  • Loading an existing blockchain into the code, php example/load_chain.php {PATH} where path is the JSON file created from create_basic_chain.php

LICENSE

This project is released under the MIT license.