![Sablier Branding](https://files.sablier.com/banners/banner-sdk.png)

# Sablier SDK [![Github Actions][gha-badge]][gha] [![Discord][discord-badge]][discord] [![Twitter][twitter-badge]][twitter]

[gha]: https://github.com/sablier-labs/sdk/actions
[gha-badge]: https://github.com/sablier-labs/sdk/actions/workflows/ci.yml/badge.svg
[discord]: https://discord.gg/bSwRCwWRsT
[discord-badge]: https://img.shields.io/discord/659709894315868191
[twitter-badge]: https://img.shields.io/twitter/follow/Sablier
[twitter]: https://x.com/Sablier

Contract addresses, chain data, and deployment metadata for the Sablier Protocol across EVM and Solana.

This package provides:

- Contract and program addresses with release metadata
- Chain definitions with RPC and explorer data
- TypeScript helpers for queries and identifiers

## Installation

```bash
bun add sablier
# or
npm install sablier
# or
pnpm add sablier
# or
yarn add sablier
```

## Documentation

See [DOCS.md](./DOCS.md) for usage, query APIs, helpers, and data layouts.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md).

## Links

- Docs: https://docs.sablier.com
- Sablier App: https://app.sablier.com
- Smart Contracts: https://github.com/sablier-labs/lockup

## License

This project is licensed under [GPL-3.0-or-later](./LICENSE.md).
