Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veriblock/nodecore-wallet-ui
nodecore-wallet-ui
https://github.com/veriblock/nodecore-wallet-ui
Last synced: 20 days ago
JSON representation
nodecore-wallet-ui
- Host: GitHub
- URL: https://github.com/veriblock/nodecore-wallet-ui
- Owner: VeriBlock
- License: mit
- Created: 2019-04-22T22:25:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T13:09:54.000Z (about 3 years ago)
- Last Synced: 2025-01-02T21:36:40.335Z (about 1 month ago)
- Language: Java
- Size: 11.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VeriBlock GUI Wallet
## Overview
The VeriBlock Wallet GUI provides a way to control your wallets through a very simple interface.More details on the wiki: https://wiki.veriblock.org/index.php?title=GUI_Wallet
## Requisites
* A local NodeCore v0.4.9 instance (or access to a remote one)
* OpenJDK 13 (You can download it here: https://openjdk.java.net/projects/jdk/)## Features & Capabilities
The Wallet GUI contains the next features and capabilities:* Send transactions
* View transactions
* Control your addresses
* Add nicknames to an address
* Set a default address
* Backup and import wallets
* Manage multiple addresses
* Set a language
* Copy any cell from the wallet grids (transactions, addresses... etc)
* Manage the NodeCore connection state### Building from the command line
To perform a full build, run the following
./gradlew clean build (linux/mac)
./gradlew.bat clean build (windows)