☞ The renaming of “Ledger Live” to “Ledger Wallet” and
”wallet” (in the hardware sense) to “signer” is still in progress.
This page may contain legacy references that will be updated.
Adding your blockchain to Ledger Wallet
Introduction
This guide walks you through the process of adding your blockchain to Ledger Wallet, giving millions of users the ability to manage your digital assets securely using Ledger’s trusted signers.
Ledger Wallet is Ledger’s flagship application providing a unified interface for managing cryptocurrencies and digital assets across desktop (Windows, macOS) and mobile (iOS, Android). By integrating your blockchain, you give your community access to secure asset management, standardized UI components, and multi-platform support across all major operating systems.
Do not start development without signing an agreement with our teams. Before building, fill in this form and we will get back to you.
Languages
The integration touches several layers of the Ledger Wallet stack. The table below shows the required skills for each development step.
| Development step | Required skills |
|---|---|
| Creation of new coin module | TypeScript, RxJS |
| Modification of live-common, LLD, and LLM | TypeScript, React Native |
| RPC node access | DevOps and server hosting/cloud |
| Data indexers | Backend data processing |
| Block explorer (if needed) | Web framework (for example, Rails or a JS stack) |
Setup
Requirements
- Node.js 18.x
- pnpm 8.x
- Python 2.7 or 3.5+
- A C/C++ toolchain (see node-gyp documentation)
Development tools
- eslint — install the VS Code plugin for in-editor feedback
- prettier — applied via an ESLint plugin
- typescript — verify it is working in your IDE before starting
Hardware prerequisites
- A physical Ledger signer
- The MyCoin app installed on the signer
Installation
- Fork and clone the Ledger Wallet repository: https://github.com/LedgerHQ/ledger-live
cd ledger-live- Install dependencies:
pnpm i
The rest of this documentation is only available after signing in. To get access and start building, fill in this form and we will get back to you.