Files

@trezor/suite

Shared logic and components for browser and desktop versions of Suite.

Documentation

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