Files
app-ethereum/client
Alexandre Paillier 02efe1df14 Normalizes EIP-712 fixed-length bytes in Ragger client
Also some type-hinting and simplified the integer encoding
2024-05-02 18:37:35 +02:00
..
2024-04-10 19:03:43 +02:00
2023-08-29 11:04:01 +02:00
2024-01-15 17:42:41 +01:00

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:

pip install ledger_app_clients.ethereum

Installation from sources

You can also install the client from this repo:

pip install .