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.
- Host: GitHub
- URL: https://github.com/glamsystems/glam-sdk-ts
- Owner: glamsystems
- License: apache-2.0
- Created: 2025-03-18T07:01:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-06T19:36:40.000Z (2 months ago)
- Last Synced: 2026-04-06T21:23:47.442Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.86 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLAM 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).