Skip to content

Blockchain example implemented in PHP

License

Notifications You must be signed in to change notification settings

gnikyt/Blockchain-PHP

Repository files navigation

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.

About

Blockchain example implemented in PHP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages