Skip to content

apj2ndchance/Dynex-Wallet-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynex Wallet Application

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

Build Dynex Wallet from source:

Install prerequisites

make sure that you have CMake, g++, gcc, libboost-all-dev

To build it from the source you need to clone at first Cryptonote repo and have it ready for the building,

git clone https://github.com/dynexcoin/Dynex.git

Set Symbolic Link

Set symbolic link to coin sources at the same level as src:

ln -s ../dynex cryptonote

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

after installation make sure to export the PATH to use "brew" command in your terminal.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

most likely, Homebrew will be installed and located in "/home/linuxbrew/.linuxbrew", if it is not then make sure to change the paths in the CMakeLists.txt we need Homebrew to install boost and Qt5

Install Qt5 and boost

brew install qt@5

if you run into an error at the end of the installation, please re-run the comand again Qt5 will be located in "/home/linuxbrew/.linuxbrew/opt/qt@5/"

brew install boost

Boost will be located in "/home/linuxbrew/.linuxbrew/Cellar/boost/1.81.0_1/" NOTE: if you install different boost version, make sure to update CMakeLists.txt

Building/Compiling Dynex Desktop Wallet

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 95.5%
  • CMake 3.3%
  • Other 1.2%