Karbovanets / Karbo-GUI

Alt. wallet for Karbo

Home Page:https://karbo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karbo-GUI (Karbo Spring Wallet)

Alt. GUI wallet for Karbo, working with database-driven backend (so-called Karbo 2). For the version of this wallet based on memory/flat-file-based Karbo core go to https://github.com/seredat/karbo-gui/

1. Clone wallet sources

git clone https://github.com/Karbovanets/Karbo-GUI.git

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

ln -s ../karbowanec cryptonote

Alternative way is to create git submodule:

git submodule add https://github.com/Karbovanets/karbo.git cryptonote

3. Build

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

About

Alt. wallet for Karbo

https://karbo.io

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 76.6%Language:C 20.0%Language:CMake 1.2%Language:Shell 1.2%Language:Objective-C++ 0.4%Language:M4 0.2%Language:Roff 0.2%Language:Makefile 0.2%Language:Objective-C 0.1%