MetaMask / MetaMask/react-dapp-tutorial
Broken link to etherscan in navigation bar
Open
- Dominant language
- CSS
- Stars
- 30
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
The navigation bar includes a link to etherscan. The link href property is a formatted string for the `wallet` variable rather than `wallet.accounts[0]`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the navigation bar and inspect the Etherscan link's href, focusing on how the wallet variable is formatted versus wallet.accounts[0]. Update the link to use the intended account value, then verify that the generated Etherscan URL points to the first wallet account.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, vite
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100