WavesFX is an open-source Waves wallet for Windows, macOS and Linux.
Releases can be found on the release list.
OpenJDK and AdoptOpenJDK are excellent choices.
git clone github.com/wavesfx/wavesfx
cd wavesfx
./gradlew "-Ddownload.jpackage=true" jpackageImage
Leave out "-Ddownload.jpackage=true"
if jpackage is already installed on the system (set jpackage path in build.gradle
).
Package will be located in build/jpackage
Note: Wix, a third-party tool, is required to generate an installer for Windows.
./gradlew jpackage
Please use the issue tracker provided by GitHub to send bug reports or feature requests.