Skip to content

jcorbino/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

blockchain

Basic blockchain implemented in python 3 :)

Don't forget that a blockchain is just a data structure. Specifically, an immutable, ordered, back-linked list of blocks (blocks where we can store anything). That's it! It is not a ledger, it is not a technology, and it is certainly not the cure for cancer!

About

Basic blockchain implemented in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages