Skip to content

Commit

Permalink
Update README.md to include a new hardhat template
Browse files Browse the repository at this point in the history
I created a hardhat template that helps allows for users to create custom Uniswap V4 Hooks. It includes functionality to mine addresses as well. I believe that this would be a useful addition to the list because there is a lack of examples of Uniswap V4 hooks in hardhat so this helps to fill that gap.
  • Loading branch information
Gnome101 authored Dec 15, 2023
1 parent e9f610a commit cc84839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ _These are templates for writing Uniswap V4 Hooks._
- [Lucas Martin Calderon's Template](https://github.com/LucasMartinCalderon/Uniswap): This repository contains a template for a hook that was created for the ETHGlobal Hackathon. This template can be used to create a custom hook that can be used to provide liquidity to a particular pool.
- [Nick Addison's Template](https://github.com/naddison36/uniswap-v4-hooks): This repository contains a template for a hook that includes a factory to mine addresses and trace diagrams. This template can be used to create a custom hook that can be used to mine addresses and generate trace diagrams.
- [Quantum3 Labs's Scaffold](https://github.com/Quantum3-Labs/Scaffold-UniswapV4): A boilerplate to use Uniswap v4 hooks with scaffold eth.
- [Gnome101's Hardhat Template](https://github.com/Gnome101/UniswapV4Hardhat): Template/Playground that uses hardhat and can be used to create custom hooks and test them.

## 🔗 Supported Chains

Expand Down

0 comments on commit cc84839

Please sign in to comment.