https://github.com/mikeshultz/ledger-eth-lib
Library to interface with Ethereum app on Ledger hardware wallets
https://github.com/mikeshultz/ledger-eth-lib
blockchain ethereum ledger ledger-wallet library
Last synced: 2 months ago
JSON representation
Library to interface with Ethereum app on Ledger hardware wallets
- Host: GitHub
- URL: https://github.com/mikeshultz/ledger-eth-lib
- Owner: mikeshultz
- License: mit
- Created: 2020-01-01T06:19:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T20:00:54.000Z (8 months ago)
- Last Synced: 2025-04-09T23:17:57.116Z (2 months ago)
- Topics: blockchain, ethereum, ledger, ledger-wallet, library
- Language: Python
- Homepage: https://ledgereth.readthedocs.io/
- Size: 332 KB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ledgereth
[](https://ledgereth.readthedocs.io/en/latest/?badge=latest)
**This library is beta. Please [report any bugs](https://github.com/mikeshultz/ledger-eth-lib/issues/new) you find.**
This is a library to interact with [app-ethereum](https://github.com/LedgerHQ/app-ethereum), the Ethereum app for the [Ledger hardware wallets](https://www.ledger.com/). It's goal is to make interfacing with the Ledger easy.
## Quickstart
Here’s the quickest way to get started.
pip install ledgereth
Please see [the ledgereth documentation](https://ledgereth.readthedocs.io/) for more detailed information.
## Compatability
### Ledger Devices
This lib has been tested to work on Ledger Nano S and Nano X. It will probalby work with Ledger Blue and any devices the [`ledgerblue` library](https://github.com/LedgerHQ/blue-loader-python) and [app-ethereum](https://github.com/LedgerHQ/app-ethereum) supports.
### Ledger Account Derivations
The Ledger-provided desktop apps have changed the way accounts are derived with the release of Ledger Live. If you created your Ledger account(s) with the older Chrome app and want to use those account(s) with this library, you will need to set the `LEDGER_LEGACY_ACCOUNTS` env var. You can only use one or the other at a time. See [the notes in source for more information](https://github.com/mikeshultz/ledger-eth-lib/blob/master/ledgereth/web3.py#L8-L34).