No description
- Python 99.7%
- Makefile 0.3%
| .github/workflows | ||
| .env | ||
| .gitignore | ||
| add_functions.py | ||
| admin_functions.py | ||
| chain.bin | ||
| main.py | ||
| Makefile | ||
| README.md | ||
| remove.py | ||
| requirements.txt | ||
| save_functions.py | ||
| show_functions.py | ||
| verify.py | ||
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)