Flexible Currency Display for Address Balances #496
Ifechukwudaniel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This suggests the requirement for a preset option determining whether the balance of an address displays the default ETH value or the default USD value.
This concept proposes giving devopers the option to display an address's balance in either ETH or USD. This can be accomplished by introducing a prop called "showUsdValue" to the balance component . When this property is set to "true," the balance will be shown in USD. On the other hand, when it's set to "false," the balance will be displayed in ETH. I'm sharing this idea to gather feedback before proceeding with a pull request. This straightforward modification could improve the experience for developers who are focused on making the apps more user-friendly for individuals who are not familiar with web3 technology.
Beta Was this translation helpful? Give feedback.
All reactions