Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LedgerHQ/app-monero
Monero wallet application for Ledger Nano S & X
https://github.com/LedgerHQ/app-monero
Last synced: 3 months ago
JSON representation
Monero wallet application for Ledger Nano S & X
- Host: GitHub
- URL: https://github.com/LedgerHQ/app-monero
- Owner: LedgerHQ
- License: apache-2.0
- Created: 2017-06-21T18:32:09.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-09T08:41:00.000Z (7 months ago)
- Last Synced: 2024-04-14T10:14:31.754Z (7 months ago)
- Language: Python
- Homepage:
- Size: 7.79 MB
- Stars: 270
- Watchers: 60
- Forks: 98
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monero - Monero Ledger App - Monero wallet application for Ledger Nano S and Nano X. (avoid buying Ledger products) (Wallets / Hardware Wallets)
- awesome - LedgerHQ/app-monero - Monero wallet application for Ledger Nano S & X (Python)
README
# Monero Ledger App
Monero wallet application for all Ledger devices.
## Install
### Prerequisite
Be sure to have your environment correctly set up (see [Getting Started](https://ledger.readthedocs.io/en/latest/userspace/getting_started.html)) and [ledgerblue](https://pypi.org/project/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](https://www.ledger.com/ledger-live/download/) manager.## Useful links
* Monero client CLI or GUI - [https://web.getmonero.org/downloads/](https://web.getmonero.org/downloads/)
* Ledger's developer documentation - [https://ledger.readthedocs.io](https://ledger.readthedocs.io)