Skip to content

LedgerHQ/app-monero

Repository files navigation

Monero Ledger App

Monero wallet application for Ledger Nano S and Nano X.

Install

Prerequisite

Be sure to have your environment correctly set up (see Getting Started) and ledgerblue installed.

Compilation

In order to use the app with the Monero client, you need to compile in debug mode:

make DEBUG=1
make load  # load the app on the Nano using ledgerblue

Note that it's for testing only. For production usage, use the application provided by the Ledger Live manager.

Useful links