/unisocks-erc20

🧦

Primary LanguagePython

Installation:

Requires Python 3

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