Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goamegah/flask-bitcoin-blockchain-simulation
Python Flask simulation of BitCoin Blockchain
https://github.com/goamegah/flask-bitcoin-blockchain-simulation
bitcoin bloc blockchain flask-api miners node process python simulation threads transactions
Last synced: 29 days ago
JSON representation
Python Flask simulation of BitCoin Blockchain
- Host: GitHub
- URL: https://github.com/goamegah/flask-bitcoin-blockchain-simulation
- Owner: goamegah
- Created: 2023-09-02T19:15:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T19:21:29.000Z (about 1 year ago)
- Last Synced: 2024-10-16T07:43:22.936Z (29 days ago)
- Topics: bitcoin, bloc, blockchain, flask-api, miners, node, process, python, simulation, threads, transactions
- Language: Python
- Homepage:
- Size: 1.38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain Bitcoin Simulation
## Installation
In the scripts folder, follow these steps to install and run the application:
```bash
sudo ./run.sh
```## Usage
The Blockchain Bitcoin simulation uses threads in Python and provides a web interface with Flask to insert transactions into the blockchain. Each node of the network is a thread. Test the web interface to see how it works.## Conclusion
This application is a great way to understand the workings of the Bitcoin blockchain using threads in Python. The user-friendly web interface also allows you to test and play with the blockchain in real-time.