diego-betto / phpblockchain

A simple PHP-based blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple PHP-based blockchain.


Languages

Language:PHP 100.0%