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.

1.2 KiB

Silent Dragon Wormhole

SilentDragon wormhole service may run in the cloud on a VPS or self-hosted on your own network. This protocol routes end-to-end encrypted messages between desktop wallets and mobile phones. Simply scan the QR code on the desktop wallet (either SilentDragon or SilentDragonLite) from your mobile device and enjoy end-to-end encrypted transactions securely.

Compiling From Source

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://git.hush.is/hush/SilentDragonWormhole
cd SilentDragonWormhole
gradle build

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.

License

GPLv3

Authors

The Hush developers

Zecwallet developers