Skip to content

VeriBlock/nodecore-wallet-ui

Folders and files

NameName
Last commit message
Last commit date
Apr 22, 2019
Nov 10, 2021
Jun 11, 2020
Nov 10, 2021
Nov 10, 2021
Jan 8, 2021
Jun 30, 2020
Apr 22, 2019
Dec 16, 2021
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Oct 13, 2020
Sep 27, 2020

Repository files navigation

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

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)