Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesfx/wavesfx
WavesFX Desktop Wallet
https://github.com/wavesfx/wavesfx
blockchain javafx wavesplatform
Last synced: 26 days ago
JSON representation
WavesFX Desktop Wallet
- Host: GitHub
- URL: https://github.com/wavesfx/wavesfx
- Owner: wavesfx
- License: mit
- Created: 2019-10-30T06:37:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T21:58:41.000Z (over 1 year ago)
- Last Synced: 2024-02-14T18:35:10.169Z (10 months ago)
- Topics: blockchain, javafx, wavesplatform
- Language: Java
- Homepage:
- Size: 979 KB
- Stars: 25
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-waves - WavesFX - A community-driven native desktop wallet for Windows, macOS and Linux, which offers users multi-network and multi-address functionality. (Products / Wallet)
README
# WavesFX
![img](package/wavesfx_readme.png)
WavesFX is an open-source [Waves](https://wavesplatform.com) wallet for Windows, macOS and Linux.
[Telegram Chat](https://t.me/wavesfxchat)
Releases can be found on the [release](https://github.com/wavesfx/wavesfx/releases) list.
# How to build WavesFX
## 1. Prerequisites
### Install Java Development Kit (JDK) 16
[OpenJDK](https://jdk.java.net/16/) and [AdoptOpenJDK](https://adoptopenjdk.net/archive.html) are excellent choices.
## 2. Obtain Source Code
```
git clone github.com/wavesfx/wavesfx
cd wavesfx
```
## 3. Compilation and packaging
### Build binary package
```
./gradlew jpackageImage
```
Package will be located in `build/jpackage`
### Build installer
**Note:** Wix, a third-party tool, is required to generate an installer for Windows.
```
./gradlew jpackage
```
# Bug Reports
Please use the issue tracker provided by GitHub to send bug reports or feature requests or join WavesFX on [Telegram](https://t.me/wavesfxchat)