Related: bitkit-ios#563 feat: add Trezor emulator bridge, bitkit-docker#7 feat: add trezor emulator, #998 epic: Trezor Hardware Wallet UI
Android Trezor Bridge support (#792) landed before bitkit-docker shipped its Trezor User Env, so two pieces stayed behind while iOS builds on bitkit-docker end to end. The runtime path already works against bitkit-docker (Bridge port 21325 is kept for Bitkit), this is about closing the remaining tooling gap.
Tasks
Related: bitkit-ios#563 feat: add Trezor emulator bridge, bitkit-docker#7 feat: add trezor emulator, #998 epic: Trezor Hardware Wallet UI
Android Trezor Bridge support (#792) landed before
bitkit-dockershipped its Trezor User Env, so two pieces stayed behind while iOS builds onbitkit-dockerend to end. The runtime path already works againstbitkit-docker(Bridge port21325is kept for Bitkit), this is about closing the remaining tooling gap.Tasks
TREZOR_ELECTRUM_URLto point Trezor flows at the local regtest Electrum frombitkit-dockerin Debug builds. The Android watcher resolves Electrum viaEnv.electrumUrlForNetwork, which on dev builds returns the staging regtest server; the local one is only used by E2E local-backend builds. Add an equivalent env-driven override following theTREZOR_BRIDGE/TREZOR_BRIDGE_URLbuild config pattern, mirrored in.env.example.bitkit-dockerPR bodies of #792 and #939 (manualtrezor-user-envclone,run.sh, SDL3 workaround). Add a short doc indocs/pointing to thescripts/trezor-emulatorhelper (start,adb) and theTREZOR_BRIDGEbuild flags, consistent with.agents/journeys/README.md.