Skip to content

This repo is a simple blockchain implemented using a linked list based on the information given to us in the IB Computer Science HL couse.

Notifications You must be signed in to change notification settings

jackpeck2004/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain

This repo is a simple blockchain implemented using a linked list based on the information given to us in the IB Computer Science HL couse.

Running the program

Currently to operate the script requires only hashlib which is preinstalled on python3. To execute, either run the script directly through python with:

python3 main.py

Or how it's been intended to run by making it executable and then running it from the command line as a binary.

chmod a+x ./main.py
./main.py

About

This repo is a simple blockchain implemented using a linked list based on the information given to us in the IB Computer Science HL couse.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages