Harryman / hashd

0 stars 1 forks source link

CLI #8

Closed cryptoquick closed 5 years ago

cryptoquick commented 5 years ago

Issue: #7 Added an initial project structure. This is mostly to skeletonize the project so we can add more meat to the commands.

Harryman commented 5 years ago

I think we could fill out the functions from componentFunctions.py, they should be pretty PoC ready in themselves. We should wrap the functions in a module though so we can reuse instance variables instead of passing from function to function.

cryptoquick commented 5 years ago

@Harryman sounds good, I'll get on that