1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/docs/trezor-emulator.md
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d42715220, reversing
changes made to f09ab88891.
2022-06-29 13:03:10 -02:30

733 B

Using the TREZOR simulator

You can install the TREZOR emulator and use it with MetaMask. Here is how:

1 - Install the TREZOR Bridge

Download the corresponding bridge for your platform from this url

2 - Download and build the simulator

Follow this instructions: https://github.com/trezor/trezor-firmware/blob/master/docs/core/emulator/index.md

3 - Restart the bridge with emulator support (Mac OSx instructions)

    # stop any existing instance of trezord
    killall trezord

    # start the bridge for the simulator
    /Applications/Utilities/TREZOR\ Bridge/trezord -e 21324 >> /dev/null 2>&1 &

    # launch the emulator
    ~/trezor-core/emu.sh