Welcome to our Uniswap V4 Hooks Guide repo! This repository is complementary to a series of tutorials to help developers gain a clear understanding of hooks within the Uniswap V4 protocol.
This repository will contain 3 different proofs of concept, accompanied by a tutorial blog post. To get the most out of it, we recommend following the corresponding tutorials:
| Proof of Concept | Tutorial Link |
|---|---|
| RBAC | RBAC PoC |
| Dynamic Fees | Dynamic Fees PoC |
| Liquidity Incentives | Liquidity Incentives PoC |
To set up the project for development, you'll need to run the following command:
forge installOnce you've installed the project, you can run the test suite using:
forge testThis will execute all the tests defined in the test suite and output the results.
