mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 06:25:11 +01:00
Removes the UI constant that was a merge of UI_REQUEST and UI_RESPONSE. Updates all 70 files that referenced UI to use the appropriate UI_REQUEST or UI_RESPONSE constant instead. Co-authored-by: mroz22 <30367552+mroz22@users.noreply.github.com>
Electron main process
@trezor/connect running inside electron main process and communicating with renderer process through ipcRenderer
Install
yarn
Develop
yarn dev
Build
yarn build:mac
yarn build:linux
yarn build:win