Skip to content

A python cryptocurrency/blockchain library created to learn classes in python and the algorithms behind blockchain.

Notifications You must be signed in to change notification settings

swooperior/blockchain-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain-Py

Project Aim

Learn more about python and blockchain.

Recent Fixes

Found that my problems with transactions lied in fiddling with the Transactions class directly rather than instantiating it to a variable first.

Also, functions should never have mutable default arguments as these cause problems when appending to lists.

About

A python cryptocurrency/blockchain library created to learn classes in python and the algorithms behind blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages