Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 327 Bytes

NOTES.md

File metadata and controls

22 lines (15 loc) · 327 Bytes

Rough Outline

  1. forge init set up new project
  2. install v4-periphery as forge lib
forge install https://github.com/Uniswap/v4-periphery
  1. set up forge remappings
forge remappings > remappings.txt
  1. Delete all the Counter related files
rm ./**/Counter*.sol
  1. Create V4Orderbook.sol