mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-14 03:59:30 +00:00
10 lines
342 B
Bash
10 lines
342 B
Bash
cargo install --path wallet --force
|
|
|
|
# Install appropriate version of `keycard-py`.
|
|
git clone --branch lee-schnorr --single-branch https://github.com/bitgamma/keycard-py.git python/keycard-py
|
|
|
|
# Set up virtual environment.
|
|
python3 -m venv venv
|
|
source venv/bin/activate
|
|
pip install pyscard mnemonic ecdsa pyaes
|
|
pip install -e python/keycard-py |