All Projects → osiset → Blockchain-PHP

osiset / Blockchain-PHP

Licence: MIT license
Blockchain example implemented in PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].