Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piavgh/uniswap-v4-take-profits
https://github.com/piavgh/uniswap-v4-take-profits
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piavgh/uniswap-v4-take-profits
- Owner: piavgh
- Created: 2024-03-20T08:02:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T15:07:08.000Z (9 months ago)
- Last Synced: 2024-03-21T09:29:53.254Z (9 months ago)
- Language: Solidity
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```