electrum

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

__init__.py (308B)


      1 from electrum.i18n import _
      2 
      3 fullname = 'Coldcard Wallet'
      4 description = 'Provides support for the Coldcard hardware wallet from Coinkite'
      5 requires = [('ckcc-protocol', 'github.com/Coldcard/ckcc-protocol')]
      6 registers_keystore = ('hardware', 'coldcard', _("Coldcard Wallet"))
      7 available_for = ['qt', 'cmdline']