13 lines
278 B
Markdown
13 lines
278 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 sources
|
|
|
|
You can install the client from this repo:
|
|
|
|
```bash
|
|
pip install .
|
|
```
|