Uniswap V1 Save Abandoned

?Uniswap V1 smart contracts

Project README

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/
Open Source Agenda is not affiliated with "Uniswap V1" Project. README Source: Uniswap/v1-contracts
Stars
392
Open Issues
21
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating