Skip to content

Sriram4747/python-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Python Blockchain

A minimal blockchain implementation in Python to demonstrate key blockchain concepts such as:

  • Block structure
  • Hashing using SHA-256
  • Proof of Work
  • Chain validation

Getting Started

This project builds a basic blockchain from scratch using Python. You can simulate block addition and validate the chain.

How It Works

Each block includes:

  • Index
  • Timestamp
  • Data
  • Nonce
  • Previous hash
  • Current hash

Proof of Work requires the hash to start with a fixed number of zeroes.

Author

Sriram G — exploring Blockchain technology through hands-on learning and prototypes.

About

Simple Python blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages