Trezor Suite is a comprehensive desktop application designed for managing Trezor hardware wallets. It provides users with a secure platform to view, send, receive, and store multiple cryptocurrencies, while also supporting advanced features such as multisignature transactions and atomic swaps.
Key Features:
Support for over 30 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.
Advanced security measures, including offline signing capabilities and encrypted backups.
Integration with Trezor hardware wallets to ensure secure private key storage.
Atomic swap functionality for direct cryptocurrency exchanges without intermediaries.
Multi-signature (multisig) support for enhanced transaction security.
Audience & Benefit:
Ideal for individuals and businesses seeking a robust, secure solution for managing digital assets. The application offers peace of mind through its advanced security features, enabling users to take full control over their cryptocurrency transactions while minimizing risks. It can be installed via winget.
README
TREZOR SUITE MONOREPO
Welcome to the Trezor Suite repository! This repository contains the source code for 3 projects:
Connect - tool that offers developers an easy way to integrate Trezor's functionality into their own applications
Trezor Suite - desktop and web application for managing Trezor hardware wallet
Trezor Suite Lite - Mobile application designed for tracking user portfolios
git lfs install // Set up Git LFS for your user account. You only need to run this once per user account.
git lfs pull
nvm install
yarn
yarn build:libs
It's recommended to enable git config --global submodule.recurse true so you don't need to run git submodule update --init --recursive every time when submodules are updated.
> You don't need a Trezor device to get into the app, you can use emulator. There is a Trezor User Env to help you set it up and run emulator for any Trezor model 🎉
Connect @trezor/connect
This repository is used for development of version 9 of @trezor/connect. For detailed documentation, please refer to this page.
Historically, Trezor Connect had its own repository. This repository is now archived.