Skip to content

Required software

Dev Guides

To work on the new GUI

  1. compile letheanVPN/blockchain-iTw3 with -DBUILD_GUI=true -DTESTNET=true
  2. compile letheanVPN/iTw3_ui release branch & run npm run build --watch
  3. launch step one compiled file with Lethean --html-path=../iTw3_ui/html --gui-debug-mode --qt-dev-tools=vertical

  4. Make sure both step 1 and 2 share the same parent directory.

  5. before commit for step 2 run npm run build --html

Comments