Book It - Arbitrary District hackathon submission #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
I have created an MVP for a scheduling dapp that works on the ethereum blockchain. It will allow for anyone with an ethereum wallet to create a profile, which lets them set their hourly rate for service.
Once this is done, then anyone with a wallet will be able to open this application, connect their wallet, search for the schedule of a person providing a service based on their ethereum wallet ID, and book requests. An escrow smart contract will handle the transactions between both clients.
Please refer to the code in this repository for this submission. I will freeze my master branch on development until after the evaluation of all submissions is finished, to preserve an accurate submission as of the time of the hackathon close.
https://github.com/stshort/bookit
Please let me know if you have any questions about this submission - it is a bit tricky / manual to run as I did not notice at the time I created the repository what the purpose of the makefile was, so the project is quite manual to set up.