Hackathon team: Godfrey Hobbs and Anthony A.
The hc_study repo is a demo Linnia Protocol based decentralized application using the following:
- React
- Webpack
- NPM
- Jest tests
- Metamask
- Ethereum smart contract
This application uses Linnia to solve the following two problems:
- Screen individual for a medical study.
- Execute a questionnaire-based study.
- Reward individuals with an honorarium.
This is a break through demo as it shows how the above can be completed with a high level of privacy and security.
This application was created with create react app
. This made setting up the following trivial:
- React
- Webpack
- NPM
- Jest tests
The demo assumes the following:
- All parties have identities on the blockchain
- Folks have already upload Electronic Medical Records to the Linnia Protocol
- Folks have an Ethereum powered browser or Metamask
This application uses Metamask and web3 to interact with the Ropsten testnet blockchain.
The Linnia Protocol Contracts, Users, and Data Records have previously been deployed to Ropsten.
This DApp is using dummy data and users provide by the Linnia team. This made development fast.
This is NOT a real application and shortcuts were made.
The Linnia Protocol helps create applications fast. The code was mostly created during a 24 hr hackathon. The code has since had about eight hours of clean up.