> For the complete documentation index, see [llms.txt](https://docs.liquity.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquity.org/liquity-v1/documentation/sdk.md).

# Frontend SDK

A technical system summary including contract descriptions, function descriptions, and more is available in the [**Liquity README**](https://github.com/liquity/beta/blob/main/README.md).

Our technical documentation (SDK) and middleware library enables you to build your own Liquity frontend or integrate Liquity with your existing service, abstracting away some the underlying contract calls.

It consists of two libraries, written in TypeScript:

| [**lib-base**](https://github.com/liquity/dev/tree/main/packages/lib-base)     |
| ------------------------------------------------------------------------------ |
| Common interfaces and classes shared by the other lib- packages.               |
| [API Reference](https://github.com/liquity/dev/blob/main/docs/sdk/lib-base.md) |

| [**lib-ethers**](https://github.com/liquity/dev/tree/main/packages/lib-ethers)                                        |
| --------------------------------------------------------------------------------------------------------------------- |
| [Ethers](https://github.com/ethers-io/ethers.js/)-based middleware that can read Liquity state and send transactions. |
| [API Reference](https://github.com/liquity/dev/blob/main/docs/sdk/lib-ethers.md)                                      |
