Required software¶
Dev Guides¶
To work on the new GUI
- compile letheanVPN/blockchain-iTw3 with
-DBUILD_GUI=true -DTESTNET=true
- compile letheanVPN/iTw3_ui
release
branch & runnpm run build --watch
-
launch step one compiled file with
Lethean --html-path=../iTw3_ui/html --gui-debug-mode --qt-dev-tools=vertical
-
Make sure both step 1 and 2 share the same parent directory.
- before commit for step 2 run
npm run build --html