pshenmic / platform-explorer

Dash Platform explorer
https://platform-explorer.vercel.app
8 stars 3 forks source link

Humanize credits amount #86

Open pshenmic opened 10 months ago

pshenmic commented 10 months ago

Issue

1 duff (satoshi) = 1000 credits, and the overall balance of the identities becomes too big for end users. For example:

Screenshot 2023-11-07 at 11 36 41

We need to find a better way to represent current balance to the user

Possible solution

pshenmic commented 2 months ago

We show it as

image

on the identites page. but this should be extended in other places on the frontend

riongull commented 2 months ago

Should we perhaps just use sats by convention? It would cut the number of denominations that users have to think about from 3 (DASH, sats, credits) down to 2 (DASH, sats). That's a big improvement, and the magnitude of sats is easier to grasp than credits.

What platform uses internally (credits) doesn't necessarily have to be surfaced.