-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
The idea is to make it simpler and more usable. Right now it takes many clicks to get the point of sending a transaction when it could all just be one simple form. Also, forcing user to enter private key first makes it annoying when you want to enter the to and amount before entering the private key.
Phase 1
- Drop 'owned tokens' tab (can already find on address page)
- Drop 'transactions' tab (can already find on address page)
- Drop 'use contract' tab (can already interact from contract page)
- Make hex address a link to address page
Phase 2
- Drop all tabs
- Show one single form with everything in it to send or deploy a contract
- After private key is entered, show balance near the field (can enter PK at any time) - metamask will show balance in the metamask popup so we probably don't need to show it for MM. But if we can show it easily, then let's do that.