Skip to content

dtrog/befrank-wallet

 
 

Repository files navigation

1. Clone wallet sources

git clone https://github.com/befrank-project/befrank-wallet.git

2. Set symbolic link to coin sources at the same level as src. For example:

ln -s ../befrank-daemon cryptonote

Alternative way is to create git submodule:

git submodule add https://github.com/befrank-project/befrank-daemon.git cryptonote

3. Build

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

Packages

No packages published

Languages

  • C++ 93.7%
  • CMake 3.9%
  • Objective-C++ 1.3%
  • Other 1.1%