Skip to content

Simple implementation in Python of blockchain validation concepts.

License

Notifications You must be signed in to change notification settings

felipedmsantos95/blockchain-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Simple implementation in Python of blockchain validation concepts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages