mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
528 B
528 B
Project Structure
Key (root) directories
suite- Place where Web & Desktop only code is located.suite-native- Place where Mobile only code is located.suite-common- Shared code, that is domain specific, but can be used in all domain (Web/Desktop, Mobile).packages- The domain agnostic packages: libraries, tools, utils, etc.
connect- Trezor Connect (library for device communication)suite- Shared logic for Suite applicationssuite-desktop- Desktop application source