! Contract code has not been audited yet and it is work-in-progress. Not recommended to be used in production.
- Python 3.6
- pip
virtualenv -p python3 env
. env/bin/activate
pip install -r requirements.txt
- from
root/contracts:
# compilation
populus compile
# tests
pytest
pytest -p no:warnings -s
# Recommended for speed:
pip install pytest-xdist
pytest -p no:warnings -s -n NUM_OF_CPUs