electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

__init__.py (342B)


      1 from electrum.i18n import _
      2 
      3 fullname = "BitBox02"
      4 description = (
      5     "Provides support for the BitBox02 hardware wallet"
      6 )
      7 requires = [
      8     (
      9         "bitbox02",
     10         "https://github.com/digitalbitbox/bitbox02-firmware/tree/master/py/bitbox02",
     11     )
     12 ]
     13 registers_keystore = ("hardware", "bitbox02", _("BitBox02"))
     14 available_for = ["qt"]