Skip to content

A small backend service to fetch QuipuSwap V3 liquidity pools stats

Notifications You must be signed in to change notification settings

madfish-solutions/quipuswap-v3-liquidity-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuipuSwap V3 Liquidity Pools Stats

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)

Running the service

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

About

A small backend service to fetch QuipuSwap V3 liquidity pools stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published