electrumsv / btchip-python

Ledger HW.1 Python API

Home Page:http://www.ledger.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btchip-python

Python communication library for Ledger Hardware Wallet products

Requirements

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

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

Interim Debian packages have also been built by Richard Ulrich at https://launchpad.net/~richi-paraeasy/+archive/ubuntu/bitcoin/ (btchip-python, hidapi and python-hidapi)

For optional BIP 39 support during dongle setup, also install https://github.com/trezor/python-mnemonic - also available as a Debian package at the previous link (python-mnemonic)

Building on Windows

Building/Installing on FreeBSD

On FreeBSD you can install the packages:

pkg install security/py-btchip-python

or build via ports:

cd /usr/ports/security/py-btchip-python
make install clean

About

Ledger HW.1 Python API

http://www.ledger.co

License:Apache License 2.0


Languages

Language:Python 93.1%Language:JavaScript 6.4%Language:Shell 0.5%