Web3.py + Ganache + Infura or Alchemy
virtualenv -p python3.8 ~/.venv-py38
source ~/.venv-py38/bin/activate
pip install -r requirements.txt
npm install ganache --global
ganache --deterministic
Web3.py + Ganache + Infura or Alchemy
virtualenv -p python3.8 ~/.venv-py38
source ~/.venv-py38/bin/activate
pip install -r requirements.txt
npm install ganache --global
ganache --deterministic