Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 518 Bytes

Uniswap V2 Playground

This work is part of Uniswap's grant program. It will focus on the Uniswap V2 protocol, but aims for extensibilty to Uniswap V3.

Research & Development

You can learn more about the features and concepts here: MGTD

Install & run locally

Clone this repository and cd into uniswap-playground directory and run compose up:

git clone https://github.com/valve-finance/uniswap-playground
cd uniswap-playground
INFURA_API_KEY='YOUR_API_KEY_HERE' docker-compose up -d