A simple object-oriented blockchain implementation.
Coming soon.
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 fromcreate_basic_chain.php
This project is released under the MIT license.