Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.15 KB

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.