t__init__.py - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
t__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']