Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 773 Bytes

Dynex GUI Wallet

Dynex Wallet

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.

Build Dynex Wallet from source:

Requirements

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

Build

mkdir build && cd build && cmake .. && make

The wallet can be started with

cd /build/src/WalletGui/
./dynexwallet