Skip to main content

Install

Initialize (suite)

First requests

  • Swaps: await swaps.popularTokens({}); or await swaps.swapQuote({...});
  • Borrow: await borrow.setup(); then await borrow.startNewLoan();

Node/TypeScript

TypeScript is supported out of the box. For Node, use v18+ to align with fetch and current toolchain.