Skip to main content
GLAM Docs home page
v1
Search...
⌘K
Support
GUI
GUI
Search...
Navigation
Getting Started
GLAM SDK
Documentation
SDK
CLI
Getting Started
Introduction
GlamClient
Custom Wallet
Create a Vault
Core Operations
Vault Operations
Access Control
Mint Management
Investment Flows
Pricing & Valuation
Fee Management
Timelock
Integrations
Drift
Jupiter
Kamino
More
Advanced
Squads Multisig
On this page
Installation
Examples
Getting Started
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.
Protocol compatibility:
Program Version
SDK Version
GLAM Protocol v1
>=1.0.0
GLAM Protocol v0 (deprecated)
>=0.1.35
Installation
Visit the
npm registry
to view all available versions. To install the latest version, run:
Copy
npm
i
@glamsystems/glam-sdk
Examples
The
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
.
GlamClient
Next
⌘I