BitcreditProtocol / E-Bill-frontend

https://e-bill-frontend.vercel.app
MIT License
4 stars 3 forks source link

Currency Formats #91

Open mjkeaton opened 7 hours ago

mjkeaton commented 7 hours ago

As described in a comment to #71, there is ambiguity around currency formatting of bitcoin values, especially regarding trailing zeros (e.g., some copies display 100.00000000 BTC other times 12.33882 BTC..)

image Taken from Bitcoin Design Guide.

Furthermore, it should be decided whether to follow the "Satcomma standard", e.g. 0.00 025 000 bitcoin.

Questions:

What do you think? @cryptosalomao @mtbitcr

mtbitcr commented 7 hours ago

@HubertusVIE we need also your opinion.

HubertusVIE commented 7 hours ago

Q: Should all trailing zeros of bitcoin values be displayed? A: It is customary in banking to display a fixed number of decimals.

Q: Should we adhere to the "Satcomma standard"? A: I agree that is is much better readable.

Also note: All Banking Systems I know allow per-currency decimal settings for display standards. I remember mostly 0, 2 or 3 decimals. For Bitcoin, Phoenix has the a pretty good usability. From theirs, and improved, I suggest in the user settings a choice for several Bitcoin units:

Obviously locale for other conventions, such as ./,/ and number grouping.

mtbitcr commented 7 hours ago

"I'd like to keep it as short as possible" - Ashwin opinion