Skip to content

Project that simulates a blockchain in Python. Using the sha256 cryptography and send/receive transactions.

Notifications You must be signed in to change notification settings

masnik1/blockchain-sha256-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Blockchain and SHA256 Cryptography simulation

The goal of this short project was simply to mock our own SHA256 method from hashlib, similar to the one used in Bitcoin.

I built a "blockchain" that we can fill with blocks full of cryptocurrency transactions, BUT this is not a secure network. First, we’re creating a block anytime somebody calls the function new_block() and there is no conditions. The new_block() method needs a parameter called proof but right now that can be anything: any number, or a “hello world” string.

About

Project that simulates a blockchain in Python. Using the sha256 cryptography and send/receive transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages