Skip to content

level-fi/llp-tracker

Repository files navigation

Level Liquidity Provider Tracker

LevelFinance Liquidity Provider Performance tracking tool.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps

  • llp-tracker-ui: LLP tracker frontend
  • llp-performance-snapshot: Subgraph to track LLP performance
  • llp-performance-aggregate-worker: Collect and aggregate data from subraph
  • llp-performance-aggregate-api: API query aggregated LLP performance data

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd llp-tracker
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd llp-tracker
pnpm run dev

To develop single apps, run the dev command with filter. Eg, to run frontend app

pnpm -F llp-tracker-ui dev

Learn more about filtering

Useful Links

Learn more about the power of Turborepo: