With the Dynex Wallet App users can use the Dynex wallet functionality to create wallets, send and receive DNX and manage transactions and recipients. It is not necessary to run a separate Dynex node, everything is built into the GUI wallet.
make sure that you have boost, Qt5.15 and libcurl installed on your operating system.
sudo apt-get install libboost-all-dev
sudo apt-get install libcurl-dev
sudo apt install qtcreator qtbase5-dev qt5-qmake cmake
mkdir build && cd build && cmake .. && make
The wallet can be started with
cd /build/src/WalletGui/
./dynexwallet