Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/advaita-saha/healthverse

Secure decentralized electronic health records sharing system based on blockchains
https://github.com/advaita-saha/healthverse

Last synced: 3 months ago
JSON representation

Secure decentralized electronic health records sharing system based on blockchains

Awesome Lists containing this project

README

        

# BlockHealth

Secure decentralized electronic health records sharing and storing system based on blockchains.
Sample Contract deployed at Rinkeby test network : null

Run the following commands to test and deploy

```shell
npx hardhat compile
npx hardhat test
npx hardhat run scripts/deploy.js --network rinkeby
npx hardhat run scripts/deploy.js --network mumbai
```