cd BTP2
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cd BTP2
source venv/bin/activate
python3 wsgi.py
pip freeze > requirements.txt
deactivate
brew install ipfs
ipfs init
ipfs daemon
Download the app from https://www.trufflesuite.com/ganache
Deploy the contract on Ganache network
Update the contract ID in block.py
- Install Node.js
brew install node
- Install Yarn
npm install -g yarn
yarn install
yarn dev