Create virtual environment (required once):
python3 -m venv .venvActivate virtual environment (required every time a new terminal opened):
source .venv/bin/activateInstall dependencies (required once):
pip install -r requirements.txtProvide .env file:
cp .env.example .envRPC server url may be taken at chainlist.
Connect to the chain and show some params:
python src/chain.pyShow wallet balance:
python src/wallet.pyShow transaction status:
python src/txn.py- Web3.0 на Python, часть 1: основы (Russian)