Skip to content

Instantly share code, notes, and snippets.

@laumair
Last active July 8, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laumair/e167ac4afc1215c9cccafa03b37e2212 to your computer and use it in GitHub Desktop.
Save laumair/e167ac4afc1215c9cccafa03b37e2212 to your computer and use it in GitHub Desktop.
Running legacy IOTA ledger app on simulator & testing with Firefly

How to run and test legacy IOTA (ledger) simulator with firefly

This document describes how to run the legacy IOTA app and how to test it with firefly.

Prerequisites

How to setup

  • Clone git@github.com:shufps/app-iota-legacy.git;
  • Change directories — cd app-iota-legacy;
  • Checkout to tmp_backport_dockergit 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.

Test with Firefly

Set USE_SIMULATOR flag to true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment