This document describes how to run the legacy IOTA app and how to test it with firefly.
- Clone
[email protected]:shufps/app-iota-legacy.git
; - Change directories —
cd app-iota-legacy
; - Checkout to
tmp_backport_docker
—git checkout tmp_backport_docker
; - Clone submodules:
git submodule init
git submodule update --recursive
- Build —
./build_docker.sh
; - Run simulator —
./run_simulator.sh
Note: To start the simulator with a custom seed, replace the hardcoded seed here with your custom mnemonic.
Set USE_SIMULATOR
flag to true
.