# unisocks-erc20 **Repository Path**: jckevin/unisocks-erc20 ## Basic Information - **Project Name**: unisocks-erc20 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Installation: #### Requires [Python 3](https://www.python.org/download/releases/3.0/) 1) Clone Uniswap ``` $ git clone https://github.com/Uniswap/unisocks-erc20 $ cd unisocks-erc20 ``` 2) Setup environment ``` $ python3 -m venv env $ source env/bin/activate ``` 3) Install dependencies ``` pip install -r requirements.txt ``` 4) Run tests ``` $ pytest -v test/ ```