Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cairoeth/base-v4-hook
🔩 Uniswap v4 base hook that implements v4-like liquidity logic.
https://github.com/cairoeth/base-v4-hook
Last synced: about 1 month ago
JSON representation
🔩 Uniswap v4 base hook that implements v4-like liquidity logic.
- Host: GitHub
- URL: https://github.com/cairoeth/base-v4-hook
- Owner: cairoeth
- Created: 2024-08-12T01:15:18.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T23:41:57.000Z (4 months ago)
- Last Synced: 2024-09-29T03:04:50.877Z (2 months ago)
- Language: Solidity
- Homepage:
- Size: 14.6 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uniswap-hooks - Base v4 Hook - like liquidity logic. (📜 Examples / From Community)
- awesome-uniswap-v4-resources - Base v4 Hook - like liquidity logic. (📑 Table of Contents / From Community)
- awesome-uniswap-v4-resources - Base v4 Hook - like liquidity logic. (📑 Table of Contents / From Community)
README
# 🔩 Base V4 Hook
[![CI][ci-badge]][ci-url]
Uniswap v4 base hook that implements v4-like liquidity logic.
> This is **experimental software** and is provided on an "as is" and "as available" basis. We **do not give any warranties** and **will not be liable for any losses** incurred through any use of this code base.
## Installation
To install with [**Foundry**](https://github.com/foundry-rs/foundry):
```sh
forge install cairoeth/base-v4-hook
```## Acknowledgements
This repository is inspired by or directly modified from many sources, primarily:
- [v4-periphery](https://github.com/Uniswap/v4-periphery)
- [v4-core](https://github.com/Uniswap/v4-core)[ci-badge]: https://github.com/cairoeth/base-v4-hook/actions/workflows/test.yml/badge.svg
[ci-url]: https://github.com/cairoeth/base-v4-hook/actions/workflows/test.yml