Messing about with web3.py to run unit tests on the latest hot coin: XYZ token.
The builds/
directory is currently checked-in to facilitate testing.
To test (in Bash):
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pytest -v
Tested with Python 3.9.7 built via pyenv on Linux Mint 19.3.