Skip to content

fermioncode/Block_chain_in_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Blockchain

A basic implementation of a blockchain in Python for educational purposes.

Setup and Installation

  1. Ensure Python 3.6+ and pip are installed on your system.
  2. Clone the repository.
  3. nstall the required Python libraries by running pip install -r requirements.txt.

Usage

run script.py

Project Structure

This project contains two main parts, a Block class which represents a block in the blockchain, and a Blockchain class which manages a chain of blocks.

Contributing

Contributions are welcome! Please feel free to open an issue or pull request.

License

This project is open source, under the terms of the MIT License.

About

Basic block chain in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages