Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
/v1-contractsPublic archive

🐍Uniswap V1 smart contracts

License

NotificationsYou must be signed in to change notification settings

Uniswap/v1-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

RequiresPython 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 Uniswapverification
cd vypergit reset --hard 35038d20bd9946a35261c4c4fbcb27fe61e65f78cd ..
  1. Run tests
$ pytest -v tests/

[8]ページ先頭

©2009-2025 Movatter.jp