Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piavgh/uniswap-v4-take-profits


https://github.com/piavgh/uniswap-v4-take-profits

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Uniswap V4 Take Profits

Most of the code is from [LearnWeb3 website](https://learnweb3.io/lessons/uniswap-v4-hooks-create-a-fully-on-chain-take-profit-orders-hook-on-uniswap-v4/).

I updated the code to adapt with the new version of Uniswap V4.

## Usage

### Build

```shell
$ forge build
```

### Test

```shell
$ forge test
```