Go to file
Nicolas Bacca e97040516c Merge pull request #1 from instagibbs/patch-1
Cannot concat str and number in error msg
2016-04-15 12:41:44 +02:00
ledgerblue Cannot concat str and number in error msg 2016-04-14 17:10:05 -04: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