/Dynex-Wallet-App

Dynex is a next-generation platform for neuromorphic computing based on a new flexible blockchain protocol. It is designed for the development of software applications and algorithms that utilize neuromorphic hardware and are capable of accelerating computation. To accomplish this goal, the platform connects hosts that are running clusters of neuro

Primary LanguageC++MIT LicenseMIT

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