logos-execution-zone/wallet_with_keycard.sh
jonesmarvin8 41f34f4ff4 fixes
2026-04-26 20:27:22 -04:00

22 lines
433 B
Bash

cargo install --path wallet --force
python3 -m venv venv
source venv/bin/activate
python3 -m pip install pyscard
python3 -m pip install mnemonic
python3 -m pip install ecdsa
python3 -m pip install pyaes
cd python
# Need to use local version till fix applet
# git clone --branch lee-schnorr --single-branch https://github.com/bitgamma/keycard-py.git
cd keycard-py
python3 -m venv venv
source venv/bin/activate
pip install -e .