Skip to content

A proof of concept showing how to implement Blockchain using PHP. This example also include the "Proof of Work" requirement which impedes hackers from altering the block data then rehashing the chain. It slows down the hashing process of fast computers by using a "difficulty" factor for hashing. This is also known as "Mining".

License

Notifications You must be signed in to change notification settings

sonicsleuth/blockchain-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-php

##Block Chain Data Integrity Example in PHP

Author: [email protected]

Date: March 19, 2019

##Purpose: A proof of concept showing how to implement Blockchain using PHP. This example also include the "Proof of Work" requirement which impedes hackers from altering the block data then rehashing the chain. It slows down the hashing process of fast computers by using a "difficulty" factor for hashing. This is also known as "Mining".

About

A proof of concept showing how to implement Blockchain using PHP. This example also include the "Proof of Work" requirement which impedes hackers from altering the block data then rehashing the chain. It slows down the hashing process of fast computers by using a "difficulty" factor for hashing. This is also known as "Mining".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages