Requires Python 3
- Clone Uniswap
$ git clone https://github.com/Uniswap/unisocks-erc20
$ cd unisocks-erc20
- Setup environment
$ python3 -m venv env
$ source env/bin/activate
- Install dependencies
pip install -r requirements.txt
- Run tests
$ pytest -v test/