Go to file
BTChip dfe04feb59 Support 1.1 deployed logic 2016-05-20 08:36:47 +02:00
experimental/bluepy Add experimental desktop BLE support 2016-05-20 08:36:17 +02:00
ledgerblue Support 1.1 deployed logic 2016-05-20 08:36:47 +02:00
LICENSE Initial commit 2016-04-12 08:58:21 +02:00
README.md Initial (re)import 2016-04-12 09:21:11 +02:00
setup.py Initial (re)import 2016-04-12 09:21:11 +02:00

README.md

Python tools for Ledger Blue

This package contains Python tools to communicate with Ledger Blue and manage applications life cycle

The life cycle management requires libsecp256k1 Python bindings compiled with ECDH support. It is recommended to install this package in a Virtual Environment in your native environment (not a Docker image) through

virtualenv ledger
source ledger/bin/activate
SECP_BUNDLED_EXPERIMENTAL=1 pip install secp256k1
pip install git+https://github.com/LedgerHQ/blue-loader-python.git