LI.FI's Solana programs, organized similar to the solana-program-examples layout recommendations.
Each program has a program
folder containing the program's source code
and a ts
folder containing the TypeScript bindings for the program.
For now, LI.FI only uses one program on Solana:
This program is used by LI.FI primarily to track on-chain transactions generated using the LI.FI backend/API.
To build the typescript bindings: pnpm build
To run the typescript test suite (jest): pnpm test