Skip to content

guptayash/Simple-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Blockchain

This is an implementation of a simple blockchain build purely in Python 3.4

Features

  • Calculating the hash of a block
  • Mine a block with pending Transactions
  • Distribution of mining rewards
  • Implementation of Proof of work algorithm
  • Validating the Blockchain

A block consists of information like, index, timestamp, data, and the value of previous hash. Each block is stored in a list starting from the Genesis Block (which is the first block in the blockchain).

Libaries used

Further Implementations

  • Peer to peer connectivity
  • Public-private key for each individual performing the transaction

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Acknowledgement

Inspired by Savjee.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages