minibits-cash / minibits_wallet

MIT License
74 stars 7 forks source link

Amounts denominated in fiat currency #91

Open prusnak opened 3 months ago

prusnak commented 3 months ago

I would like to see my balance shown in fiat currency.

Also the send and receive dialogs should have an option to enter amount in fiat currency.

There is a free API available from https://yadio.io/api.html for example.

minibits-cash commented 3 months ago

Thanks for the issue, I understand the need. Technically not very complicated (just need to behave gracefully for offline use), however I think proper focus is needed for UX/UI.

For now I am thinking to include that into bigger redesign I plan once Minibits will support multi-mints payments, that would allow to present mint balances in less prominent way - and so give some space for additional data.

minibits-cash commented 1 month ago

Released in new native release v0.1.9-beta. Currently provides rate conversion for a single selected currency, but will be expanded to more then one over some time.