Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/advaita-saha/healthverse
- Owner: advaita-saha
- Created: 2022-03-23T18:31:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T06:42:10.000Z (over 2 years ago)
- Last Synced: 2024-05-01T18:36:31.524Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 : nullRun 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
```