Patients, Providers, Pharmacies and Payer's private blockchain network for payments.
Proof of concept using Smart Contracts on Ethereum for education / investigation purposes only.
First time setup instructions
- Install and setup MongoDB.
- Install and setup Ethereum private network.
- Install and setup Trust Broker Grails App.
- Install and setup Angular App.
- Start MongoDB (cd mongodb; mongod -f ./mongod.yml)
- Start ethereum
- Start Trust Broker (gradle trust-broker:bootRun)
- Start Angular (cd angular; ng serve)
- Deploy payments.sol