/erc20-contract-testing-experiment

Experimentation testing a Solidity contact via web3.py and pytest.

Primary LanguageJavaScript

erc20-contract-testing-experiment

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.