You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
892 B

5 years ago
# Silent Dragon Wormhole
5 years ago
Wormhole Service for SilentDragon mobile app at wormhole.myhush.org
5 years ago
# Compiling From Source
5 years ago
Install dependencies:
5 years ago
sudo apt-get install android-sdk gradle
5 years ago
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
5 years ago
Clone and compile:
git clone https://git.hush.is/hush/SilentDragonWormhole.git
5 years ago
cd SilentDragonWormhole
gradle build
5 years ago
# Running the Wormhole
If the build was successful, you can execute the binary and start the server:
java -jar build/libs/wormhole-1.0-SNAPSHOT.jar
Note: The default port of the Wormhole is 7070. This can be changed in source and recompiled if needed.
5 years ago
# License
MIT
# Authors
Hush Core developers
5 years ago
Zecwallet developers