-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c876be0
commit 52ae2a3
Showing
2 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
docs/contracts/v4/guides/02-manage-liquidity/00-setup-liquidity.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Setup | ||
--- | ||
|
||
# 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](https://book.getfoundry.sh)_ | ||
|
||
## Quickstart | ||
|
||
_Use [v4-template](https://github.com/new?template_name=v4-template&template_owner=uniswapfoundation)_, which has pre-configured dependencies and tests for Uniswap v4 | ||
|
||
Clone the repository made from _v4-template_ | ||
```bash | ||
git clone https://github.com/<your_username>/<your_repo> | ||
``` | ||
|
||
Install dependencies | ||
```bash | ||
forge install | ||
``` | ||
|
||
--- | ||
|
||
## Manual | ||
|
||
(TODO: Add instructions for manual setup) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters