clef-ui
clef-ui copied to clipboard
UI Implementation for Clef, the geth-based signer
Steps: 1. Open Clef UI 1. Send a request 1. Click into request view 1. Click back 1. Repeat 3 + 4 until UI freezes Force quit the UI to...
1. If address match checksum, then return NO WARNING, else --> 2. If address is all lower case or all uppercase, then return NO CHECKSUM (yellow warning) 3. If address...
Data come from call_info:message There is **CRITICAL**, **WARNING** and **INFO**. CRITICAL: show warning and don't allow user to advance. An example message is `"message":"Tx destination is the zero address!","type":"CRITICAL"` when...
Need to update the following two views: - ApproveSignData - ApproveTx
Currently account listing only show addresses. We should show identicon next to address
Currently we are not showing ORIGIN and USER AGENT from the rpc meta data. ORIGIN shows where the domain that made the request come from USER AGENT show the user...