Monero wallet application for Ledger Nano S & X
Go to file
François Beutin 30e0665062
Merge pull request #121 from LedgerHQ/merge_1.8.1_on_master
Merge 1.8.1 on master
2023-08-11 10:28:04 +02:00
.github/workflows Add CodeQL workflow 2022-08-04 08:34:50 +02:00
doc Properly escape underscores in documentation 2022-08-03 12:37:23 +02:00
glyphs Update for latest Nano X SDK and small UI bugfixes 2019-05-07 18:22:13 +02:00
images Update for latest Nano X SDK and small UI bugfixes 2019-05-07 18:22:13 +02:00
src Merge branch 'develop' into static-analysis 2022-09-26 17:21:19 +02:00
tests Add an explicit mechanism for the Monero app to refuse some client versions 2022-07-25 11:34:38 +02:00
tools/python seed conversion tool: replace relative import to support pyinstaller 2022-07-27 09:52:48 +02:00
.clang-format Do not allow short functions on a single line 2022-08-10 19:00:13 +02:00
.gitignore seed conversion tool: replace relative import to support pyinstaller 2022-07-27 09:52:48 +02:00
CHANGELOG.md Update CHANGELOG.md 2021-03-30 22:39:45 +02:00
LICENSE Initial commit 2017-06-21 20:32:10 +02:00
Makefile Bump version 2022-12-15 16:11:17 +01:00
README.md Update README 2020-07-03 14:15:41 +02:00
setup.cfg Fix python tests module according to pylint and mypy 2020-07-06 17:42:05 +02:00

README.md

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.