# LaunchLab

The Raydium SDK provides tools for building and interacting with LaunchLab bonding curves. Create platforms with custom fee structures, launch tokens, and integrate trading, all with a few lines of code.

{% hint style="info" %}
No upfront capital needed. Creating a launchpad and deploying your first token costs less than 0.1 SOL total.
{% endhint %}

### Installation

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

### Resources

| Resource            | Link                                                                                                         |
| ------------------- | ------------------------------------------------------------------------------------------------------------ |
| 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

| Network | Address                                        |
| ------- | ---------------------------------------------- |
| Mainnet | `LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj`  |
| Devnet  | `DRay6fNdQ5J82H7xV6uq2aV3mNrUZ1J4PgSKsWgptcm6` |
