Go to file
BTChip bbcf6faaa0 Mention Nano S 2016-07-28 17:25:44 +02:00
experimental/bluepy Add experimental desktop BLE support 2016-05-20 08:36:17 +02:00
ledgerblue Add application signature & validation scripts 2016-07-28 13:06:39 +02:00
LICENSE Initial commit 2016-04-12 08:58:21 +02:00
README.md Mention Nano S 2016-07-28 17:25:44 +02:00
setup.py Bump version 2016-07-28 17:24:31 +02:00

README.md

Python tools for Ledger Blue and Nano S

This package contains Python tools to communicate with Ledger Blue and Nano S 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