Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 965 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 965 Bytes

MedBlocks Logo

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.

Installation

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)

  1. Install Docker and docker-compose
  2. Clone the repository
git clone https://github.com/sidharthramesh/medblocks.git
cd medblocks

  1. Build docker image
docker-compose build .
  1. Run image
docker-compose run server
  1. 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:

Video Demonstration