With Medblocks you can store your medical records (and other documents actually) securely on the IPFS. It will have a reference of it on BigChainDB with permission keys, so you can comtrol who has access to your data.
MedBlocks works perfectly on Linux. It should work on windows, but I haven't tested it because some of the dependencies required build tools for windows (which was a pain to install)
- Install Docker and docker-compose
- Clone the repository
git clone https://github.com/sidharthramesh/medblocks.git
cd medblocks
- Build docker image
docker-compose build .
- Run image
docker-compose run server
- Test version
# python medblocks.py --version
The working of medblocks is explained in detail in this article.
Also check out this video demonstration for more clarity: