harlantwood / holosqape

Qt and QML based Holochain container app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Qt and QML based Holochain container app

License:GNU General Public License v3.0


Languages

Language:C++ 47.3%Language:QML 43.1%Language:QMake 9.5%