LI.FI's Solana programs, organized similar to the [solana-program-examples](https://github.com/solana-developers/program-examples/tree/main/basics/repository-layout) layout recommendations. Each program has a `program` folder containing the program's sour
program folder containing the program's source code ts folder containing the TypeScript bindings for the program.pnpm build`To run the typescript test suite (jest):
`pnpm test``