Monero wallet application for Ledger Nano S & X
Go to file
lpascal-ledger 09505a64cb
Merge pull request #133 from LedgerHQ/develop
v2.0.0
2024-08-07 10:20:10 +02:00
.github [auto] Update screenshot 2024-02-27 17:23:51 +01:00
doc Properly escape underscores in documentation 2022-08-03 12:37:23 +02:00
glyphs Stax: add new glyphs 2023-05-29 09:38:05 +02:00
icons flex porting 2024-05-19 15:39:43 +02:00
images Stax: add new glyphs 2023-05-29 09:38:05 +02:00
src add ticker and change wordings 2024-05-24 21:54:12 +02:00
tests fix PR review remarks 2024-05-30 17:36:42 +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 flex porting 2024-05-19 15:39:43 +02:00
CHANGELOG.md flex porting 2024-05-19 15:39:43 +02:00
LICENSE Initial commit 2017-06-21 20:32:10 +02:00
Makefile flex porting 2024-05-19 15:39:43 +02:00
README.md flex porting 2024-05-19 15:39:43 +02:00
ledger_app.toml flex porting 2024-05-19 15:39:43 +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 all Ledger devices.

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.