keepkeyctl
library for communicating with KeepKey Hardware Wallet
Install
- All systems
-
curl cmd.cat/keepkeyctl.sh
- Debian
-
apt-get install python-keepkey
- Ubuntu
-
apt-get install python-keepkey
- Kali Linux
-
apt-get install python-keepkey
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-keepkey
- Raspbian
-
apt-get install python-keepkey
- Dockerfile
- dockerfile.run/keepkeyctl
python-keepkey
library for communicating with KeepKey Hardware Wallet
This is a modified version of python-trezor. The changes made were to support KeepKey’s protocol, as well as the additional feature set of KeepKey. For example, by default, device_recovery command invokes KeepKey’s style of device recovery using the Recovery Cipher. See http://www.keepkey.com/ for more information.