This is an experimental TUI (FTXUI) wallet (with mouse support) used to test the ability of lwsf in replacing the standard backend for the Monero wallet api. This wallet can use either backend with a runtime option, but once the wallet file is created it is "bound" to that particular backend due to file format.
This was not billed/paid for by Monero CCS, as I'm not sure if there are real users desiring this sort of wallet. I may ask for CCS contributions in maintaining this wallet if there are users.
git clone https://github.com/monero-project/monero.git
git clone https://github.com/cifro-codes/lwcli.git
cd lwcli && mkdir build && cd build
git submodules update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Release -DMONERO_SOURCE_DIR=../../monero ..
make -j$(nproc)
./src/lwcli -h