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

# Smart Contract SDK

The Clique Smart Contract SDK offers a set of interfaces and types for interacting with the Clique Network through on-chain smart contracts.

### Get Started

The SDK source code can be found [here on GitHub](https://github.com/CliqueOfficial/clique-avs-intergration).&#x20;

### Foundry

```
forge install CliqueOfficial/clique-contracts
```
