# GLAM SDK

![NPM Version](https://img.shields.io/npm/v/%40glamsystems%2Fglam-sdk)

A TypeScript SDK for building applications on the GLAM Protocol.

**Note:** This repository is automatically synced from GLAM's private monorepo. Pull requests cannot be accepted here, but we welcome bug reports and feature requests through GitHub Issues.

## Installation

```bash
npm i @glamsystems/glam-sdk
```

## Getting Started

- [GLAM docs](https://docs.glam.systems/v1)

## Examples

[GLAM CLI](https://github.com/glamsystems/glam-cli) is built with the GLAM SDK.

See other [examples](./examples).
