Skip to content

joshualyguessennd/uni-fee-growth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap v3 Fee Growth

This is a script to calculate fee growth in a given tick space.

Prerequisites

  • Ensure Rust is installed.

Running

  • From the root of the directory , run
cargo run -- --tick-lower 10 --tick-upper 20 --tick-current 15 --fee-growth-global-0-x-128 5000 --fee-growth-global-1-x-1
28 6000

TODO

  • Handle solidity coversions
  • Connect to real data sources
  • Calculate Reserves
  • Visualise
  • Render to dataframes using polars

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%