https://github.com/roosmaa/ledger-app-nano
Ledger Nano X, Nano S & Blue applications for NANO and derivative coins
https://github.com/roosmaa/ledger-app-nano
ledger nano
Last synced: 2 months ago
JSON representation
Ledger Nano X, Nano S & Blue applications for NANO and derivative coins
- Host: GitHub
- URL: https://github.com/roosmaa/ledger-app-nano
- Owner: roosmaa
- License: apache-2.0
- Created: 2018-01-30T11:06:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T20:12:31.000Z (over 3 years ago)
- Last Synced: 2023-08-03T02:54:25.774Z (about 2 years ago)
- Topics: ledger, nano
- Language: C
- Homepage:
- Size: 401 KB
- Stars: 35
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!warning]
> This repository is unmaintained. The repository for the current version of the app [available on Ledger devices] can be found at [LedgerHQ/app-nano](https://github.com/LedgerHQ/app-nano/).# ledger-app-nano
$NANO wallet application for Ledger Nano S & Ledger Blue devices.
## For users
You can install the Nano app from the Ledger Manager. If it doesn't show up for you in Ledger Manager, make sure that your Ledger device firmware has been upgraded to the latest version. See also the Ledger own [guide on installing and using the app](https://support.ledgerwallet.com/hc/en-us/articles/360005459013-Install-and-use-Nano).
To interact with the Nano network, you need to use a wallet software that has integrated Ledger support. Currently the following wallets have integrated Ledger support:
- [Nault.cc](https://nault.cc/) ([user guide](https://docs.nault.cc/2020/08/04/ledger-guide.html))
_If a wallet is missing from above, please [create an issue](https://github.com/roosmaa/blue-app-nano/issues/new) and it will be added to this list._
## For wallet developers
If you wish to integrate your $NANO web wallet with Ledger, then you can use the [hw-app-nano](https://github.com/roosmaa/hw-app-nano/) JavaScript library that works in tandem with [ledgerjs](https://github.com/LedgerHQ/ledgerjs) library.
For desktop wallet apps, there is no integration library at the time. But you can still interact with the device using the binary protocol detailed in [the ADPU documentation](https://github.com/roosmaa/blue-app-nano/blob/master/doc/nano.md).