An open API service indexing awesome lists of open source software.

https://github.com/glamsystems/glam-sdk-ts

TypeScript SDK for the GLAM Protocol.
https://github.com/glamsystems/glam-sdk-ts

Last synced: 30 days ago
JSON representation

TypeScript SDK for the GLAM Protocol.

Awesome Lists containing this project

README

          

# 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/sdk)

## Examples

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

See other [examples](./examples).