Note: Windows Build Tools is required to install web3. Install through Powershell(Admin) if not installed already
npm install -g windows-build-tools
git clone https://github.com/Salmandabbakuti/IoT-and-Blockchain.git
cd IoT-and-Blockchain
npm install
ganache-cli # local testnet for deployments
truffle compile
pip install -r requirements.txt
python app.py # Headover to your http://localhost:8000
python appRemote.py # Needs to add your private key inorder to work.