Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)