Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniket-engg/hyperledger-medical-network
This is a Hyperledger Composer based sample project which is developed considering a medical use case.
https://github.com/aniket-engg/hyperledger-medical-network
hyperledger hyperledger-composer hyperledger-fabric
Last synced: 2 months ago
JSON representation
This is a Hyperledger Composer based sample project which is developed considering a medical use case.
- Host: GitHub
- URL: https://github.com/aniket-engg/hyperledger-medical-network
- Owner: Aniket-Engg
- License: mit
- Created: 2018-02-17T19:52:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T09:51:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T08:51:32.236Z (3 months ago)
- Topics: hyperledger, hyperledger-composer, hyperledger-fabric
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 11
- Watchers: 3
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyperledger-Medical-Network
This is a [Hyperledger Composer](https://hyperledger.github.io/composer/latest/) based sample project which is developed considering a medical use case.## Getting Started
These instructions will get you the project up and running for development and testing purposes.Make sure you have [Node.js](https://nodejs.org/en/download/) and [MongoDB](https://www.mongodb.com/) installed on your machine.
After that follow [this](https://hyperledger.github.io/composer/latest/installing/development-tools.html) guide to setup the environment.
## Build and Install
To run the server, first deploy the business network, make sure fabric is running:
```
cd "network file"
$ composer runtime install --card PeerAdmin@hlfv1 --businessNetworkName my-network
$ composer network start --card PeerAdmin@hlfv1 --networkAdmin admin --networkAdminEnrollSecret adminpw --archiveFile [email protected] --file networkadmin.card
$ composer card import --file networkadmin.card
```
Now, to run the project
```
$ git clone https://github.com/Aniket-Engg/Hyperledger-Medical-Network
$ cd Hyperledger-Medical-Network
$ npm install
$ npm start
```
Server will be running at [http://localhost:5000](http://localhost:5000)## Debugging
```
Use "/logs/serverLogs.log" to debug
```
## Issues
```
Report your issues at https://github.com/Aniket-Engg/Hyperledger-Medical-Network/issues
```