Difference between revisions of "IceLeaf"

From Snowblossom Wiki
Jump to: navigation, search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
 
IceLeaf is a graphical client that should work on any desktop OS where Java runs.  See [[Download]] for how to get and install it.
 
IceLeaf is a graphical client that should work on any desktop OS where Java runs.  See [[Download]] for how to get and install it.
 +
 +
Or it can be built from source, of course.
 +
 +
    bazel build :IceLeaf_deploy.jar
 +
  
  
Line 20: Line 25:
 
* Wallet file encryption
 
* Wallet file encryption
 
* Using a better font - want fixed width for addresses and balances
 
* Using a better font - want fixed width for addresses and balances
 +
 +
==Open Issues==
 +
 +
* Enabling look and feel makes copy and paste not work on MacOS

Revision as of 17:40, 13 July 2019

IceLeaf is a graphical client that should work on any desktop OS where Java runs. See Download for how to get and install it.

Or it can be built from source, of course.

   bazel build :IceLeaf_deploy.jar


Existing Features

  • Allows optional running a full node
  • Allows connecting to other nodes instead of running a full node
  • Supports creating Seed word wallets
  • Supports creating old standard ecdsa (without seed) wallets
  • Supports creating QHard wallets (see Quantum_Tough)
  • Supports multiple named wallets at the same time
  • Sending simple transactions


Planned Features

  • Address list for a wallet, showing used status, number of transactions and UTXOs
  • History for a wallet, showing all transactions and their confirmation status
  • Wallet file encryption
  • Using a better font - want fixed width for addresses and balances

Open Issues

  • Enabling look and feel makes copy and paste not work on MacOS