Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 412 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 412 Bytes

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