Setup | Developers

Setup

Estimated reading time: Less than a minute

To develop an application able to communicate with Ledger Live, you will need to use our Live App SDK.

Install the SDK npm dependency

Install our typescript Live App SDK library:

yarn add @ledgerhq/live-app-sdk

Import and connect the SDK to your project

Import and instantiate the Live App SDK:

import LedgerLiveApi from "@ledgerhq/live-app-sdk";
import { WindowMessageTransport } from "@ledgerhq/live-app-sdk";

---

const llapi = new LedgerLiveApi(new WindowMessageTransport());
llapi.connect();

Did you find this page helpful?


How would you improve this page for developers?



Conclusion
Sign
Getting Started
Theme Features
Customization

Non-Dapps