Files
trezor-suite/skills/project-structure.md
2026-02-10 14:52:20 +01:00

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 applications
    • suite-desktop - Desktop application source