Skip to content

TiMESPLiNTER/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain

Build Status Code Coverage Scrutinizer Code Quality

Strategies

No proof

This strategy enables a client to push new blocks to the blockchain effortlessly.

Proof of Work (PoW)

This strategy requires solving a mathematical problem before a block can be pushed to the blockchain.

Storage

InMemory

Blocks are stored in a PHP array and are gone after script execution ends.

File

Blocks are stored permanently in a file and are available even after script execution ends.

About

A simple blockchain written in pure PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages