Advertisement
Guest User

Untitled

a guest
Jun 30th, 2022
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. “The Weblike GUI Wallet” (name tbd)
  2.  
  3. The “The Weblike GUI Wallet” is an extension for the official pkt cli wallet that was started with the intention of providing a visual pkt wallet interface while retaining the functionality of the cli wallet.
  4.  
  5. The primary transmission technologies are web based (http) (https optionally is planned, and will be released in a future update intending for use by non local network web extension servers).
  6.  
  7. The Project’s main goals are:
  8. • Easy Setup & Fast Deployment
  9. • Provide a visual interface for the CLI Wallet
  10. • Localized content focus (your data, your machine, all data is aimed at being stored on the same machine hosting the wallet)
  11. • PKT JSON RPC command console
  12. • Simplified Handling of PKT sending / receipt of funds (such managing when a pkt transaction is actually confirmed to the block chain versus only submitted & before you can submit another transaction on that wallet address), Wallet address generation / management (folding / autofolding)
  13.  
  14.  
  15. The Project’s extended goals are:
  16. • Contact System
  17. • Transaction History Browser
  18. • Recurring Payments
  19. • Queued transactions per wallet address (send multiple payments immediately after each is confirmed on the blockchain sequentially
  20. • TBA
  21.  
  22. The software is powered by NodeJS & is available to be used on all platforms that support it, the host machine must also be able to run the pkt cli wallet. The wallet extension software only needs to run on a single pc, you can potentially view it on any medium with a web browser.
  23.  
  24. The software is currently intended to be ran on a closed network space, access the wallet from a browser on the host machine, or utilize VPN technology for secure remote management / multiple device management. As a part of the initial commitment, a guide will be produced detailing how to make use of a free p2p VPN connection provided by one or more third party services to access your wallet from a wide range of devices.
  25.  
  26. * For the current iteration this software is not intended to be public web facing, in the future this may change if enough interest is registered.
  27.  
  28. The ‘send & login’ security mechanism of the wallet extension is provided by utilizing 2FA technology, google 2fa local auth is the built in option however support for third party authentication APIS is planned.
  29.  
  30. The wallet extension software’s code will be released free, open source to the community under the MIT license, the community is encouraged to submit code contributions.
  31.  
  32. Professional support will be available for power users or business entities with an interest in the project. Community based support (Suggestion, bugs, upgrades, errors) is planned by way of open ticket system & community support forum.
  33.  
  34. We hope make our first public release within the upcoming month, we hope you give the software a try!
  35.  
  36. - SaveData
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement