Skip to content

Starting Repo for PyChain - a simple blockchain application to learn the fundamentals of a blockchain

Notifications You must be signed in to change notification settings

sawyerru/pychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyChain

Starting Code

This project will teach you the basics of blockchains (as implemented in the Bitcoin protocol).

There are a few files you'll aquaint yourself with to start:

  1. main.py - this is where the main interaction occurs with the user. It will be completed mainly for you
  2. BlockClass.py - contains the Block Class object and supporting functions. Use the docstrings and comments to implement the functions.
  3. BlockchainClass.py - contains the Blockchain Class object and supporting functions. Again, use the doc strings and comments to inform your solution.
  4. testing.py - this file has been completed for you. Use it to test your code and make sure it works properly.

About

Starting Repo for PyChain - a simple blockchain application to learn the fundamentals of a blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages