web3-storage Web3.py + Ganache + Infura or Alchemy Set UP Create a virtual environment virtualenv -p python3.8 ~/.venv-py38 Activate your new virtual environment source ~/.venv-py38/bin/activate Install prerequisites pip install -r requirements.txt Install Ganache via CLI npm install ganache --global Run Ganache ganache --deterministic