Skip to content
Satran edited this page Sep 20, 2018 · 3 revisions

Build From Source

Tested On: Ubuntu 16.04 LTS / Mac OS 10.13.6

Java: JDK 10.x

Compile:

$> ./gradlew clean build

Run:

$> rpc_endpoint=tcp://[kernel-host]:8547 ./gradlew bootRun

Clone this wiki locally