# LaunchLab

Raydium SDK 提供用于构建和交互 LaunchLab bonding curves 的工具。只需几行代码，即可创建具有自定义手续费结构的平台、发行代币并集成交易功能。

{% hint style="info" %}
无需前期资金。创建一个 launchpad 并部署你的第一个代币，总成本不到 0.1 SOL。
{% endhint %}

### 安装

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

### 资源

| 资源                  | 链接                                                                                                           |
| ------------------- | ------------------------------------------------------------------------------------------------------------ |
| SDK source          | [raydium-sdk-V2/launchpad](https://github.com/raydium-io/raydium-sdk-V2/tree/master/src/raydium/launchpad)   |
| Demo implementation | [raydium-sdk-V2-demo/launchpad](https://github.com/raydium-io/raydium-sdk-V2-demo/tree/master/src/launchpad) |
| CPI integration     | [raydium-cpi/launch-cpi](https://github.com/raydium-io/raydium-cpi/tree/master/programs/launch-cpi)          |

### Program addresses

| 网络      | 地址                                             |
| ------- | ---------------------------------------------- |
| Mainnet | `LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj`  |
| Devnet  | `DRay6fNdQ5J82H7xV6uq2aV3mNrUZ1J4PgSKsWgptcm6` |
