mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
@trezor/suite
Shared logic and components for browser and desktop versions of Suite.
storage
This folder contains implementation of Suite's IndexedDB storage. It builds on the general logic in @trezor/suite-storage.
When changes incompatible with the previous version are made in the database structure, it is necessary to apply a migration upon Suite upgrade. Follow the steps provided in the migration documentation to create and implement a migration.
e2e tests
Documentation