https://github.com/guptaroshan/block_chain_in_python
Basic block chain in python
https://github.com/guptaroshan/block_chain_in_python
blockchain python
Last synced: 3 months ago
JSON representation
Basic block chain in python
- Host: GitHub
- URL: https://github.com/guptaroshan/block_chain_in_python
- Owner: GuptaRoshan
- Created: 2019-01-24T16:19:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T08:47:47.000Z (about 1 year ago)
- Last Synced: 2025-04-12T22:46:02.949Z (3 months ago)
- Topics: blockchain, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](LICENSE).