-WIP-electrum-btcp/plugins/ledger/__init__.py

8 lines
275 B
Python
Raw Normal View History

from electrum.i18n import _
fullname = 'Ledger Wallet'
description = 'Provides support for Ledger hardware wallet'
requires = [('btchip', 'github.com/ledgerhq/btchip-python')]
2016-08-21 13:44:42 -07:00
registers_keystore = ('hardware', 'ledger', _("Ledger wallet"))
available_for = ['qt', 'cmdline']