decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

tinywallet: connect to dcrd JSON-RPC server #156

Closed buck54321 closed 4 years ago

buck54321 commented 4 years ago

Adds forms and settings necessary to connect to dcrd. The screen displays either a form to enter server credentials, of if already configured, a screen to turn the connection on or off or to forget the connection.

When the LocalNode is connected or disconnected, the Accounts are informed and store the current LocalNode, but don't actually use it yet.

Adds an eye icon used as a button to toggle the echo mode of password fields.

image