/holosqape

Qt and QML based Holochain container app

Primary LanguageC++GNU General Public License v3.0GPL-3.0

HoloSqape

A multiplatform Holochain app container that runs in the background and is accessible via a system tray icon based on Qt, QML and the C bindings of holochain-rust.

Dev Dependencies

Rust Qt

Note that on linux systems you may need to install some dependencies for successful build.

Build

First you must get and build Holochain itself which is added here as a submodule:

git submodule init
git submodule update

Then you can build it just with:

cd holochain-rust
cargo build

given that you have rust installed.

Now either open and build holosqape.pro with Qt Creator (esp. if you want to build for Android or iOS) or run:

qmake
make