For a school iSTEM project, I wanted to learn about BlockChain. One of the impediments to such a task is the lack of documentation online. In this project I have replaced certain dependencies on BigChain with alternatives (MongoDB), and written new schemas so the service completely interfaces with a different database. Despite the database not being entirely centralized, it shares the essential concept of 'transactions' on the chain, with references to non-centralized data sources (the IPFS).
- Install Docker and docker-compose
- Clone the repository
- Build docker image
docker-compose build .
- Run image
docker-compose run server
- Test version
# python medblocks.py --version
