https://github.com/Auzzzz/Hyperledger_Fabric-for-Security-In-Comp--RMIT-
pip install virtualenv
virtualenv env
source env/env/bin
to leave a virtualenv 'deactvate' in the command line
the requirements will cover all API's
git clone https://github.com/Auzzzz/Security_BlockChain.git
cd /Security_BlockChain
pip install -r requirements.txt
for RMIT - use the predefined IP for the Hyperledger Fabric install If you have somehow found this you will need to complete the setup for Hyperledger https://github.com/Auzzzz/Hyperledger_Fabric-for-Security-In-Comp--RMIT-
In each file is a o.py, this has the setup for flask
# for the Gov server a MYSQL connection is needed
HOST = ""
USER = ""
PASSWORD = ""
DATABASE = ""
# Housing_Authority & Banks
auth_api is the connection to the Hyperledger Fabric API