Go to file
BTChip 1946b6351e Fix MCU firmware loading 2016-05-20 08:35:13 +02:00
ledgerblue Fix MCU firmware loading 2016-05-20 08:35:13 +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