> ## Documentation Index
> Fetch the complete documentation index at: https://docs.glam.systems/llms.txt
> Use this file to discover all available pages before exploring further.

# GLAM SDK

> Integrate with the GLAM TypeScript SDK

The GLAM TypeScript SDK provides a comprehensive interface for building decentralized applications on top of the GLAM protocol.

## Installation

Visit the [npm registry](https://www.npmjs.com/package/@glamsystems/glam-sdk?updated=true) to view all available versions. To install the latest version, run:

```bash theme={null}
npm i @glamsystems/glam-sdk
```

## Examples

The [GLAM CLI](https://github.com/glamsystems/glam-cli) is built on top of the SDK and serves as a comprehensive reference implementation.

Additional example apps are available in the [SDK repository](https://github.com/glamsystems/glam-sdk/tree/main/examples).
