Skip to content

Let There Be Blockchain. An example Python blockchain for educational purposes only.

License

Notifications You must be signed in to change notification settings

UserNotFoundEver/Python-Blockchain-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Blockchain-101

Blockchain 101 basics and experiments. Attempting to build a "blockchain", and develop it it into a cryptocurrency like Bitcoin using Python as the backend.

This is for experimental purposes only as I am a cryptocurrency enthusiast. I'll update the read me as I go.

Currently you can create a "blockchain" by passing a sequence of data in a dictionary, using the last number in the dictionary index to refer to the "blockchain".

I'll add actual hash, sender, recipient, and actual practical use for blockchain apps or cryptocurrencies.

About

Let There Be Blockchain. An example Python blockchain for educational purposes only.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published