Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 303 Bytes

uniswap-v3-strategy-builder

Static website to analyse the profitability of your uniswap V3 strategy.(minimum viable product)

Installation

yarn install (+in productionyarn global add serve)

Development

yarn run start:dev

Production

yarn run build
yarn run start