A blockchain based medical service to help you keep your medical documents secure and help you tranfer your medical records (heart beats, blood pressure etc) to the doctor.
- CLONE THE REPOSITORY
- NOW INSTALL ALL THE DEPENDENCIES FOR THE PROJECT
npm install
- RUN THE REACT APPLICATION
npm run start
- HERE WE ARE CONNECTING WITH METAMASK ON FIRST COMING ON THE WEBSITE
- AFTER SIGNING UP WE ARE FILLING UP THE FORM AND SUBMITTING IT
- ON SUBMITTING WE WILL HAVE TO SEND IT AS A TRANSACTION TO IPFS
- THUS CONFIRMING THE TRANSACTION
- THE DOCTOR CAN THEN INSTALL THE PDF GENERATED
- WILL BE SHOWN LIKE THIS
- 0.0.1
- Work in progress
- Fork it (https://github.com/ketonium10/Decentralized-System-For-Medical-Records/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request