Install
Initialize (suite)
First requests
- Swaps:
await swaps.popularTokens({});orawait swaps.swapQuote({...}); - Borrow:
await borrow.setup();thenawait borrow.startNewLoan();
Node/TypeScript
TypeScript is supported out of the box. For Node, use v18+ to align withfetch and current toolchain.