Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stanford-oval/medxchange
- Owner: stanford-oval
- Created: 2019-04-19T16:57:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T01:53:47.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T06:41:13.288Z (3 months ago)
- Topics: data, ethereum, exchange, medical, medxchange
- Language: JavaScript
- Homepage:
- Size: 622 KB
- Stars: 2
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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