Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 440 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 440 Bytes

Blockchain with PHP

Project from 2020 Graduation exam, a student analysis and attemp to reproduce the blockchain mechanism by using school subjects.

This repo does have pending issues. Future implementation will be provided.

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.