Skip to content

xmlking/CareNet

Repository files navigation

CareNet

Patients, Providers, Pharmacies and Payer's private blockchain network for payments.

Proof of concept using Smart Contracts on Ethereum for education / investigation purposes only.

Prerequisite

  1. Install Gradle 3.1 via SDKMAN
  2. Install Grails 3.2.0 via SDKMAN
  3. Install node 6.6.0 via NVM

Setup

First time setup instructions

  1. Install and setup MongoDB.
  2. Install and setup Ethereum private network.
  3. Install and setup Trust Broker Grails App.
  4. Install and setup Angular App.

Start Order

  1. Start MongoDB (cd mongodb; mongod -f ./mongod.yml)
  2. Start ethereum
  3. Start Trust Broker (gradle trust-broker:bootRun)
  4. Start Angular (cd angular; ng serve)

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published