2022-02-01 15:48:54 -04:00
2021-11-11 09:21:43 -05:00
2022-02-01 15:48:54 -04:00
2022-02-01 15:48:54 -04:00
2022-02-01 15:48:54 -04:00
2022-02-01 15:48:54 -04:00
2022-02-01 15:48:54 -04:00
2021-10-06 08:32:32 -04:00
2021-11-09 15:43:15 -05:00

Status-desktop

Desktop client for the Status Network built with Nim and Qt

https://github.com/status-im/nim-status-client/blob/master/screenshot.png

Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd

CPP App

Buid&test&run:

cd build
conan install .. -s build_type=Release --build=missing
conan build ..
ctest -VV -C Release
./status-desktop

Instead of conan build .. CMake may be used:

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
cmake --build . --config Release
Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 39.2%
JavaScript 29.7%
Nim 18.5%
Python 5.7%
C++ 5.2%
Other 1.6%