The tool calculates the cost to move a token's Uniswap v3 TWAP to x price, given its liquidity profile by binary searching trades on Uniswap QuoterV2 lens. Check out this article for details.
npm i
Create .env
file in the root folder with your provider URL
REACT_APP_ETHEREUM_NETWORK_HTTP=
npm start
npm run build