navhip-python

Python library to communicate with Ledger Nano dongle


License
Apache-2.0
Install
pip install navhip-python==0.1.32

Documentation

navhip-python

Python communication library for Ledger Hardware Wallet products

Requirements

This API is available on pip - install with pip install navhip-python

Building on a Unix platform requires libusb-1.0-0-dev and libudev-dev installed previously

For optional BIP 39 support during dongle setup, also install https://github.com/trezor/python-mnemonic - also available as a Debian package at https://launchpad.net/~richi-paraeasy/+archive/ubuntu/bitcoin/ (python-mnemonic)

Building on Windows