trezor / trezor-user-env

Development tool for Trezor developers
26 stars 28 forks source link

Trezor User Env

This environment is meant to support Trezor development - both Firmware and Suite and other related projects. Its main goals are:

How to run

You can also run trezor-user-env "natively" if you are on NixOS but we mainly support the Docker way as described here.

In case you have installed Trezor Bridge previously there will be a port conflict, please make sure it is not running. Either uninstall it completely or stop the service.

Supported platforms are Linux and macOS (both Intel and Silicon).

Prerequisites

Steps

  1. Clone this repo and enter the directory
  2. Run ./run.sh it will determine your platform and launch trezor-user-env. See ./run.sh --help for some additional arguments.
  3. Open http://localhost:9002.

Basic terminology

Development

See docs/development.md.

Troubleshooting