-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4 create pool #788
V4 create pool #788
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments below!
@@ -2,6 +2,165 @@ | |||
title: Create Pool | |||
--- | |||
|
|||
## 🚧 Under construction 🚧 | |||
### Context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why start with an H3? This renders weird to my eye on the actual page. Maybe should be an H2 since it's the first header?
Please see https://www.v4-by-example.org/initialize | ||
Creating a pool on Uniswap v4 is permissionless and enables the trading of an asset. | ||
|
||
Below, there are two approaches to creating a pool: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should flesh this intro out a bit more. Why would a developer want to create a pool? At the end of this guide what will be true that isn't when they started? Any pre-reqs they should be aware of? Feels abrupt to just jump in like this.
forge install uniswap/v4-periphery | ||
``` | ||
|
||
## Guide: Create a Pool Only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to clarify in what case would someone create a pool with no liquidity?
``` | ||
> Excess Ether is **NOT** refunded unless developers encoded `SWEEP` in the `actions` parameter | ||
|
||
For a full end-to-end script, developers should see [v4-template#script](https://github.com/uniswapfoundation/v4-template/tree/main/script) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 that format again
No description provided.