All Projects → jogendra → HealthLedger

jogendra / HealthLedger

Licence: MIT license
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to HealthLedger

OpenTender
E-portal for government tender process using Hyperledger (Blockchain) technology.
Stars: ✭ 18 (-37.93%)
Mutual labels:  hyperledger, hyperledger-fabric, blockchain-technology
readme
The Blockchain Bible,a collections for blockchain tech,bitcoin,ethereum,crypto currencies,cryptography,decentralized solutions,business scenarios,hyperledger tech,meetups,区块链,数字货币,加密货币,比特币,以太坊,密码学,去中心化,超级账本
Stars: ✭ 46 (+58.62%)
Mutual labels:  hyperledger, hyperledger-fabric, blockchain-technology
Pivt
Helm charts for running and operating Hyperledger Fabric in Kubernetes. Previously hosted at https://github.com/APGGroeiFabriek/PIVT.
Stars: ✭ 159 (+448.28%)
Mutual labels:  hyperledger, hyperledger-fabric
Fabric Starter
Starter Application and Deployment Scripts for Hyperledger Fabric
Stars: ✭ 202 (+596.55%)
Mutual labels:  hyperledger, hyperledger-fabric
blockchain-VCoin
Simple Implementation Proof of Work blockchain coin.
Stars: ✭ 16 (-44.83%)
Mutual labels:  blockchain-technology, blockchain-platform
Fabric Gm Wiki
Fabric国密项目 wiki
Stars: ✭ 79 (+172.41%)
Mutual labels:  hyperledger, hyperledger-fabric
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+379.31%)
Mutual labels:  hyperledger, hyperledger-fabric
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (+96.55%)
Mutual labels:  healthcare, healthcare-application
fabric-composer-engine-supplychain
Hyperledger Fabric & Composer example that models a consortium of car engine manufacturers, merchants and customers.
Stars: ✭ 19 (-34.48%)
Mutual labels:  hyperledger, hyperledger-fabric
freehealth
Free and open source Electronic Health Record
Stars: ✭ 39 (+34.48%)
Mutual labels:  healthcare, healthcare-application
Mining-Minds
Mining Minds is a collection of services, tools and techniques working collaboratively to investigate on human’s daily routines to provide a personalized well-being and health-care support
Stars: ✭ 43 (+48.28%)
Mutual labels:  healthcare, healthcare-application
Mortgageblockchainfabric
Mortgage Processing App using Hyperledger Fabric Blockchain. Uses channels for privacy and access, and restricts read/write previleges through endorsement policies
Stars: ✭ 45 (+55.17%)
Mutual labels:  hyperledger, blockchain-technology
Fabric Sdk Go
Stars: ✭ 712 (+2355.17%)
Mutual labels:  hyperledger, hyperledger-fabric
Awesome Hyperledger Fabric
A curated list of resources for creating applications with hyperledger fabric
Stars: ✭ 349 (+1103.45%)
Mutual labels:  hyperledger, hyperledger-fabric
hlfabric-k8scc
Chaincode builder and launcher for Hyperledger Fabric on Kubernetes
Stars: ✭ 21 (-27.59%)
Mutual labels:  hyperledger, hyperledger-fabric
Heroes Service
Short tutorial to build a blockchain application in Go with Hyperledger Fabric
Stars: ✭ 248 (+755.17%)
Mutual labels:  hyperledger, hyperledger-fabric
heroes-service-network
Short tutorial to build a blockchain network with Hyperledger Fabric
Stars: ✭ 22 (-24.14%)
Mutual labels:  hyperledger, hyperledger-fabric
hyperledger-fabric-sdk-php
Client SDK for Hyperledger Fabric for use in PHP applications
Stars: ✭ 40 (+37.93%)
Mutual labels:  hyperledger, hyperledger-fabric
EHR-on-blockchain
A Electronic Health Records system on hyperledger fabric maintained by consortium of hospitals for patients.
Stars: ✭ 35 (+20.69%)
Mutual labels:  healthcare, hyperledger-fabric
fabric-token-sdk
The Fabric Token SDK is a set of API and services that lets developers create token-based distributed application on Hyperledger Fabric.
Stars: ✭ 63 (+117.24%)
Mutual labels:  hyperledger, hyperledger-fabric

Health Ledger

Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.


Developers and Maintainers

The project is developed and maintained by

 Jogendra Kumar

 Aswanth Koleri 

 Iti Shree

The problems HealthLedger solves

Our aim is to minimize the scope of organ trafficking with the help of Blockchain technology.

  • Financially weaker group sell their organs in order to get out of debt.

  • Some doctors taking organs from brain dead patient without permission of their family (or without patient having signed required docs for willingly donating their organs before death).

  • The records that are maintained of the organs donors and organs receiver is not secure enough and is not transparent and could easily be hacked or altered.

  • With the help of HyperLedger we can easily dodge this issues.

Instructions to run

  • Clone the repo git clone https://github.com/jogendra/HealthLedger.git

Running the API Backend

  • Goto the API directory
  • First install the Hyperledger composer. Then install the development environment.
  • composer archive create -t dir -n .
  • composer network install --card PeerAdmin@hlfv1 --archiveFile [email protected]
  • composer network start --networkName api --networkVersion 0.0.1 --card PeerAdmin@hlfv1 --networkAdmin admin --networkAdminEnrollSecret adminpw --file networkadmin.card
  • composer card import --file networkadmin.card
  • composer-rest-server -c admin@api -n always -u true -d y -w true
  • Goto http://localhost:3000/explorer to explored the REST API

Running the Front end

Check out: https://jogendra.github.io/HealthLedger/

  • Make sure you are running the API Backend
  • Open the index.html file
  • The front end is up and running

Communication

Please join our Gitter Chanel to discuss questions regarding the project: https://gitter.im/jogendra/HealthLedger

Demo

Click on the image belowe to watch the demo of the Application. HealthLedger Application Demo

License

This project is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].