Skip to content

goamegah/bitcoin-blockchain-simulation-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Bitcoin Simulation

Installation

In the scripts folder, follow these steps to install and run the application:

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.