PIP: 7 Title: New Wallet GUI Type: Front-End Impact: None Author: Herman Schoenfeld <[email protected]> Comments-URI: https://github.com/PascalCoin/PascalCoin/issues/47 Status: Draft Created: 2017-07-20
Whilst fully functionality, PascalCoin's wallet GUI is overly complicated for most users and requires simplification. This PIP proposes a new wallet design.
Community consensus is that current wallet GUI is overly complicated and impedes adoption. Users have also requested translations into other languages. Before investing in new wallet features, a new design is warranted.
The main screen should be similar to the familiar Bitcoin QT wallet screen
The tabs from existing screen should should be moved into independent screens, available from a Tools
menu option.
First-time users will be able to attain a PASA for free as follows:
Get First Account
The private keys screen should be refactored as follows:
The following keys should be created on default:
Free Pascal based wallet is chosen since it allows almost all existing code to be salvaged and retains cross-platform capability. Leveraging one of Pascal's benefits is an asset since we do not need complex and long-winded HTML based rich-client, as many other cryptocurrencies are doing.
This PIP has being implemented by Herman Schoenfeld.
All changes are fully backwards compatible.