MetaMask / MetaMask/metamask-extension
Add Public Key to Account Details
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
**What problem are you trying to solve?**
Be able to easily see the pubkey for an account.
**Describe the solution you'd like**
When clicking on Account Details, there could be another section Advanced. When Advanced is clicked, it would show other advanced information about the account, such as the Public Key.
Maybe this logic can be run on demand, when the Advanced option is selected: this way, it does not need to be computed for all accounts.
Contributor guide
Research direction
Start by finding the Account Details view and tracing the account data it exposes. Confirm how an Advanced section should present the public key and whether its computation can be deferred until the section is opened; done means the public key is visible there without being computed for every account.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100