Files
app-ethereum/client/README.md
2024-01-15 17:42:41 +01:00

21 lines
417 B
Markdown

# Python client for the Ledger Ethereum application
This package allows to communicate with the Ledger Ethereum application, either on a
real device, or emulated on Speculos.
## Installation from pypi.org
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:
```bash
pip install .
```