This is a Fastify project with integrated VirtuSwap's v1-sdk on the backend. For frontend example, check v1-sdk-frontend-example.
First, run the server:
npm run start
# or
yarn start
# or
pnpm start
# or
bun start
Open http://localhost:3000/documentation with your browser to see the Swagger UI or check routes.ts to see available routes.