Files
purple-electrumwallet/electrum/plugins/coldcard/__init__.py
T

8 lines
308 B
Python
Raw Normal View History

2018-06-26 22:33:04 +02:00
from electrum.i18n import _
fullname = 'Coldcard Wallet'
description = 'Provides support for the Coldcard hardware wallet from Coinkite'
requires = [('ckcc-protocol', 'github.com/Coldcard/ckcc-protocol')]
registers_keystore = ('hardware', 'coldcard', _("Coldcard Wallet"))
available_for = ['qt', 'cmdline']