hwi 0.10.0

Rust wrapper for the Bitcoin Core Hardware Wallet Interface.
Documentation
1
2
3
4
5
6
7
8
FROM ghcr.io/ledgerhq/speculos:0.8.3

RUN apt-get update
RUN apt-get install wget -y
RUN wget "https://github.com/LedgerHQ/speculos/blob/master/apps/nanos%23btc%232.1%231c8db8da.elf?raw=true" -O /speculos/btc.elf
ADD automation.json /speculos/automation.json

ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--model", "nanos", "--display", "headless", "--vnc-port", "41000", "btc.elf"]