A basic implementation of a blockchain in Python for educational purposes.
- Ensure Python 3.6+ and pip are installed on your system.
- Clone the repository.
- nstall the required Python libraries by running pip install -r requirements.txt.
run script.py
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.
Contributions are welcome! Please feel free to open an issue or pull request.
This project is open source, under the terms of the MIT License.