A small backend service to fetch QuipuSwap V3 liquidity pools stats from the PostgreSQL database populated by the DipDup-based indexer. The service is written in TypeScript / Nodejs and uses the following libraries
- Taquito (Tezos client)
- Kysely (SQL query builder)
- memoizee (memoization library)
To run the service, you need to have Nodejs installed. Then, install the dependencies with
npm install
or with yarn
yarn
Then, run the service with
npm run start
or with yarn
yarn start