2023-08-29 10:55:12 +02:00
|
|
|
# Python client for the Ledger Ethereum application
|
2023-07-28 11:00:23 +02:00
|
|
|
|
2023-08-29 10:55:12 +02:00
|
|
|
This package allows to communicate with the Ledger Ethereum application, either on a
|
2023-07-28 11:00:23 +02:00
|
|
|
real device, or emulated on Speculos.
|
|
|
|
|
|
2024-01-15 17:42:41 +01:00
|
|
|
## Installation from pypi.org
|
2023-07-28 11:00:23 +02:00
|
|
|
|
2024-01-15 17:42:41 +01:00
|
|
|
You can install the client from `pypi.org`:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pip install ledger_app_clients.ethereum
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Installation from sources
|
|
|
|
|
|
|
|
|
|
You can also install the client from this repo:
|
2023-07-28 11:00:23 +02:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pip install .
|
|
|
|
|
```
|