Random, untested, Proof-of-Concept Hooks — not for production!
To utilize the contracts and deploy to a local testnet, you can install the code in your repo with forge:
forge install https://github.com/foundry-rs/forge-std --no-commit
&& forge install https://github.com/OpenZeppelin/openzeppelin-contracts --no-commit
&& forge install https://github.com/Uniswap/v4-core --no-commit
&& forge install https://github.com/axiom-crypto/axiom-v1-contracts --no-commit
&& forge install https://github.com/hamdiallam/Solidity-RLP --no-commit
forge build
The license for this codebase is the GNU General Public License (GPL 2.0), see LICENSE.