Initiate native token transfers on the LEZ with the wallet UI#350
Initiate native token transfers on the LEZ with the wallet UI#350kashepavadan wants to merge 5 commits into
Conversation
weboko
left a comment
There was a problem hiding this comment.
Dogfooded on Ubuntu 24.04.4 LTS x86_64 (headless).
I installed Nix, enabled flakes, cloned the repo, and ran nix build — the flake evaluates correctly and the build is in progress (Qt/C++ app). I could not complete the GUI portion (wallet UI requires a display). See inline comments for specific issues.
The docs structure, screenshots, and flow look clear. Two things need attention before this is ready for non-developer users.
|
Additional dogfood note (eco-dev-eng): I attempted |
|
Build update:
Could not test the UI itself (headless environment, no display). The cold-build time note in the previous comment stands. |
…th-wallet-ui.md Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
…th-wallet-ui.md Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
weboko
left a comment
There was a problem hiding this comment.
Dogfooded on x86_64 Linux (headless). The two inline issues (SSH URL, flakes) are fixed — thanks for addressing those. One remaining issue before this is ready:
Cold build time is not communicated. nix run on a cold Nix cache builds Qt/C++/Rust from source and takes 20–60 minutes. A first-time user who sees no output for several minutes and terminates the process thinking it is hung will have a bad experience. This was raised in a comment but the doc was not updated.
The nix run step should add a note immediately after the code block, e.g.:
On a cold Nix cache, the first run compiles the wallet UI from source (Qt/C++ and Rust dependencies). This can take 20–60 minutes. Subsequent runs are instant from cache.
Alternatively, add a bullet to ## What to expect covering build time so users know upfront.
From: #342