Skip to content

Latest commit

 

History

History
30 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

30 lines (12 loc) · 695 Bytes

Blockchain Concepts

About

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.

Demo

Running the project

  • To run the code, inside the project folder, type the following bash command:

        python3 main.py
    

See also: