Simple implementation in Python of blockchain validation concepts with interactive menu, here we have a list of transactions to be validated, create a block with them and generate a proof of work to add this block to our chain.
-
To run the code, inside the project folder, type the following bash command:
python3 main.py
See also: