No description
  • Python 99.7%
  • Makefile 0.3%
Find a file
2025-04-30 14:09:14 -07:00
.github/workflows Create python-package-conda.yml 2025-04-10 13:16:25 -07:00
.env lots and lots of bug fixes and cleanup 2025-04-29 18:54:45 -07:00
.gitignore adding pycache to gitignore 2025-04-12 17:40:31 -07:00
add_functions.py fix for owner assignment 2025-04-29 19:29:25 -07:00
admin_functions.py Merge remote-tracking branch 'origin/edits-for-passing-test-cases' 2025-04-29 19:09:44 -07:00
chain.bin fix for owner assignment 2025-04-29 19:29:25 -07:00
main.py Merge remote-tracking branch 'origin/edits-for-passing-test-cases' 2025-04-29 19:09:44 -07:00
Makefile Add files via upload 2025-04-28 08:20:29 -07:00
README.md Update README.md 2025-04-11 11:43:22 -07:00
remove.py Merge remote-tracking branch 'origin/edits-for-passing-test-cases' 2025-04-28 20:45:31 -07:00
requirements.txt added arg checking to command parsing 2025-04-28 18:44:46 -07:00
save_functions.py check link translation functions for invalid input 2025-04-30 14:09:14 -07:00
show_functions.py Merge remote-tracking branch 'origin/edits-for-passing-test-cases' 2025-04-29 19:09:44 -07:00
verify.py update file path and reworked get_current_link_hash to get_latest_link_hash 2025-04-28 17:55:17 -07:00

469 Blockchain Project

This is Group 25's Blockchain Project

Group Members

Scott Bissell 1220987248
Mohammed Aldossary 1218281844
Cadon Duong 1225659097
Josie Lorenz 1223975389

Files

This is a list of the files and what each one contains

main.py

Will contain the initalization code.

add_functions.py

Contains:

  • add
  • checkin
  • checkout

show_functions.py

Contains:

  • show_cases
  • show_items
  • show_history functions

admin_functions.py

(Gonna be honest I wasn't really sure what to name this one)
Contains:

  • remove
  • init
  • verify functions

args.py

This is to hold functions relating to passed arguments (May not need this idk)