Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.