# @lombard.finance/sdk-common

Shared utilities and types used internally by the [Lombard SDK](https://github.com/lombard-finance/sdk) packages.

## What's included

- Environment configuration (`Env`, chain definitions)
- Provider interfaces and abstractions
- Bitcoin output script generation utilities
- Chain service abstractions

## Usage

This package is an internal dependency of `@lombard.finance/sdk`, `@lombard.finance/sdk-solana`, `@lombard.finance/sdk-starknet`, and `@lombard.finance/sdk-sui`. You typically do not need to install it directly.

```bash
npm install @lombard.finance/sdk-common
```

## License

MIT
