Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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