meetsiraja / v4-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v4-template

A template for writing Uniswap V4 Hooks 🦄

Use this Template

  1. The example hook Counter.sol demonstrates the beforeSwap() and afterSwap() hooks
  2. The test template Counter.t.sol preconfigures the V4 pool manager, test tokens, and test liquidity.

Additional resources:

v4-periphery contains advanced hook implementations that serve as a great reference

v4-core


requires foundry

About

License:MIT License


Languages

Language:Solidity 100.0%