Files
app-ethereum/client
Alexandre Paillier ceb1cfaf4b New util functions in python client
- recover_message / recover_transaction
- get_selector_from_data
2023-11-29 18:25:39 +01:00
..
2023-10-30 13:07:49 +01:00
2023-08-29 11:04:01 +02:00
2023-08-29 11:04:01 +02: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

This package is deployed:

  • on pypi.org for the stable version. This version will work with the application available on the master branch.

    pip install ledger_app_clients.ethereum
    
  • on test.pypi.org for the rolling release. This version will work with the application available on the develop branch.

    pip install --extra-index-url https://test.pypi.org/simple/ ledger_app_clients.ethereum
    

Installation from sources

You can install the client from this repo:

pip install .