Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guptaroshan/block_chain_in_python
https://github.com/guptaroshan/block_chain_in_python
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/guptaroshan/block_chain_in_python
- Owner: GuptaRoshan
- Created: 2019-01-24T16:19:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T08:47:47.000Z (5 months ago)
- Last Synced: 2024-06-03T10:48:56.866Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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).