Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stanford-oval/medxchange

Medical Data Exchange (MedXchange) platform
https://github.com/stanford-oval/medxchange

data ethereum exchange medical medxchange

Last synced: 27 days ago
JSON representation

Medical Data Exchange (MedXchange) platform

Awesome Lists containing this project

README

        

# MedXchange

A Medical Data Exchange (MedXchange) platform based on the Ethereum blockchain

## Download and Configuration

```bash
$ git clone https://github.com/stanford-oval/medxchange.git
$ cd medxchange
$ vi option.json
{
"paths": {
"dist": "dist",
"src": "app"
},
"server": {
"host": "0.0.0.0",
"port": 9000
},
"secret": "DeepQStandfordOvalXXX"
}
```
You can set your won "secret" value.

## Installation & Running MedXchange

```
$ npm install
$ npm start
```

## Opening Web Browser to Access Web UI
```
https://(localhost or IP):9000
```

TODO