Uniswap / v1-contracts

šŸUniswap V1 smart contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

Requires Python 3

  1. Clone Uniswap
$ git clone https://github.com/Uniswap/contracts-vyper
$ cd contracts-vyper
  1. Setup virtual environment
$ pip3 install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. (Optional) Switch Vyper compiler to version used in Uniswap verification
cd vyper
git reset --hard 35038d20bd9946a35261c4c4fbcb27fe61e65f78
cd ..
  1. Run tests
$ pytest -v tests/

About

šŸUniswap V1 smart contracts

License:GNU General Public License v3.0


Languages

Language:Python 100.0%