# TS SDK

The Raydium SDK provides functions for swaps, pool creation, liquidity management, and LaunchLab integration.

## Install

```bash
yarn add @raydium-io/raydium-sdk-v2
```

## Repositories and resources

| Resource              | Link                                                                       |
| --------------------- | -------------------------------------------------------------------------- |
| SDK (typescript)      | [raydium-sdk-V2](https://github.com/raydium-io/raydium-sdk-V2)             |
| SDK demo (typescript) | [raydium-sdk-V2-demo](https://github.com/raydium-io/raydium-sdk-V2-demo)   |
| UI repo               | [raydium-ui-v3-public](https://github.com/raydium-io/raydium-ui-v3-public) |
| All Repos             | [github.com/raydium-io](https://github.com/raydium-io)                     |

## Recommended workflow

1. Start with the SDK demo repository if you need working transaction examples.
2. Move to the core SDK package when you are ready to integrate those flows into your own app.
3. Cross-check product-specific behavior against the rest of `Developer Guides` before you ship.

## Need help?

Ask in [#dev-chat](https://discord.com/channels/813741812598439958/1009085496279977994) on Discord.
