Skip to content

A simple blockchain implementation in Python including the Proof of Work(PoW) algorithm and Consensus Algorithm. Each user who mines a new block is rewarded for their solution by receiving a coin after finding the proof for that block. Consensus states that the longest chain would be the authoritative.

Notifications You must be signed in to change notification settings

madmashup/simple-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

simple-blockchain

A simple blockchain implementation in Python including the Proof of Work(PoW) algorithm and Consensus Algorithm. Each user who mines a new block is rewarded for their solution by receiving a coin after finding the proof for that block. Consensus states that the longest chain would be the authoritative.

About

A simple blockchain implementation in Python including the Proof of Work(PoW) algorithm and Consensus Algorithm. Each user who mines a new block is rewarded for their solution by receiving a coin after finding the proof for that block. Consensus states that the longest chain would be the authoritative.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages