Wormhole Service for ZecWallet
Install dependencies:
sudo apt-get install android-sdk gradle
Your system may have a version of gradle that is too old. Gradle 5.6.1 is known to work well:
wget https://services.gradle.org/distributions/gradle-5.6.1-bin.zip
unzip gradle-5.6.1-bin.zip
export PATH=$HOME/gradle-5.6.1-bin:$PATH
Clone and compile:
git clone https://github.com/adityapk00/zqwwormhole
cd zqwwormhole
gradle build
If the build was successful, you can execute the binary and start the server:
java -jar build/libs/wormhole-1.0-SNAPSHOT.jar
MIT