> For the complete documentation index, see [llms.txt](https://docs.cashmere.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cashmere.finance/reference/idl-methods/program-client.md).

# Program Client

You can generate a program client from the on-chain Cashmere IDL with the following code:

```javascript
const multisigProgram = await Program.at(multisigProgramId, provider);
```
