Skip to main content
Helpful?

Setup

For users looking to interact with the canonical Uniswap v4 PositionManager, v4-periphery is a required dependency

Currently, developing with Uniswap v4 requires foundry

Quickstart

Use v4-template, which has pre-configured dependencies and tests for Uniswap v4

Clone the repository made from v4-template

git clone https://github.com/<your_username>/<your_repo>

Install dependencies

forge install

Manual

(TODO: Add instructions for manual setup)

Helpful?