district0x / new_project_template

a template repo to use for new projects
Eclipse Public License 1.0
6 stars 5 forks source link

Book It - Arbitrary District hackathon submission #6

Open stshort opened 3 years ago

stshort commented 3 years ago

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.

stshort commented 3 years ago

Here is a video demo link -> https://www.youtube.com/watch?v=-HGm_PLRvog

stshort commented 3 years ago

Roadmap -> https://github.com/stshort/bookit/blob/master/Roadmap.md