• Stars
    star
    169
  • Rank 223,667 (Top 5 %)
  • Language
    PHP
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple PHP-based blockchain.

PHP BlockChain

PHP Blockchain is a simple implementation of the blockchain data structure and proof-of-work using the PHP programming language. It is designed as an introduction to blockchain technology for PHP programmers.

To run, download the source code, and, from the command line, run:

php tests/simplechain.php

This will output a simple blockchain with 3 blocks.

php tests/hackchain.php

This will validate the chain before and after a block is changed and shows the immutability of blockchains.