Setup Estimated reading time: Less than a minute Sections in this page Install the SDK npm dependencyImport and connect the SDK to your project 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? I am a developer. Contributors will be chosen randomly to receive rewards. Check this box to send your email and participate. Ledger collects your email address to send you rewards for your contribution to improve the Developer Portal documentation. Learn more about how we manage your data and your rights. By providing your email address, you consent that Ledger may contact you for rewards delivery purposes. If you are part of the randomly selected contributors, we will send you an email to ask for your physical address and if necessary, ask you for additional information on the suggestion you made. Your information will only be available to Ledger and will be retained for no longer than 90 days. It may be transferred to non-European countries that ensure an adequate level of protection or under the standard contractual clauses adopted by the EU Commission. Please note that you may withdraw your consent at any time, access your data and request their rectification or deletion. You may also request the limitation of the processing of your data. To exercise your rights or for any question on the processing of your data, please contact LEDGER’s Data Protection Officer here. If nevertheless you believe LEDGER did not adequately address your concerns and mishandled your data, you may lodge a complaint with the personal data protection authority of your country. Conclusion ← Previous Sign Next →