BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

Unsigned TX Pop-up Panel #266

Closed patrickdugan closed 3 years ago

patrickdugan commented 4 years ago

To fund or withdraw from a Trade Chanel, a user will copy/paste a string generated by the wallet and displayed in a pop-up tray. The tray should be a fixture of the UI with persistence so if users click away their string is still waiting in local memory. Having copied the string over to the UI in LitecoinQT, the user can sign the tx and copy back the signed string. Then, in the same tray, the user can paste the signed tx string and click a broadcast button. This same UI will be generally available for the user to broadcast through the server, to the network, whatever tx string they please.

Bonus points if we can get a QR image generated, this would be helpful for air-gapped computers storing private keys in cold storage.

patrickdugan commented 3 years ago

Closing as this milestone is in another repo.

This has been built by now.