LevelFinance Liquidity Provider Performance tracking tool.
This turborepo uses pnpm as a package manager. It includes the following packages/apps:
llp-tracker-ui: LLP tracker frontendllp-performance-snapshot: Subgraph to track LLP performancellp-performance-aggregate-worker: Collect and aggregate data from subraphllp-performance-aggregate-api: API query aggregated LLP performance data
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd llp-tracker
pnpm run buildTo develop all apps and packages, run the following command:
cd llp-tracker
pnpm run devTo develop single apps, run the dev command with filter. Eg, to run frontend app
pnpm -F llp-tracker-ui devLearn more about filtering
Learn more about the power of Turborepo: