Guide
Guide copied to clipboard
Updated requesting page
Closes https://github.com/BitcoinDesign/Guide/issues/784
Feeling good about this page now, I'm sure there will be plenty of feedback. I want to get this merged before the receive PR as they page will change slightly with additions in this PR (also want to make that a sub-page of this page).
๐ Super cool preview
Deploy Preview for bitcoin-design-site ready!
Name | Link |
---|---|
Latest commit | 664c2841e9cb56af7080a878338677252d4bd9b1 |
Latest deploy log | https://app.netlify.com/sites/bitcoin-design-site/deploys/630759d34ff755000a8158e9 |
Deploy Preview | https://deploy-preview-887--bitcoin-design-site.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
I wonder why you chose and deleted any mention of LN address. Shouldn't we mention Lightning Addresses at least somewhere as an example of reusable payment requests? Is it because similarity to e-mail may causes some confusion?
@jakubszwedo to generate a lightning address so you can receive to it is a custodial option (which this reference design is solely focused on non-custodial usage). We cover sending to one in the sending page which is fine to do.
You need to setup your own server to create a non-custodial lightning address which our ideal user of this wallet would likely not be doing.
@sbddesign my hunch is that a reason that many wallets use BTC is because their fonts don't support the unicode symbol. As for as consistency goes, the units & symbol page uses the โฟ
symbol, and so do the activity page and savings wallet. Don't think we use BTC
anywhere, really. We have such a cool symbol with โฟ
, would be a weird not to use it IMHO.
As for Sats
, I don' think there is a single-character symbol. However, if you look at how cent is used (which is the sub-unit of many currencies, not just $
), both the unicode ยข
are valid, as well as the lower case c
. So maybe just a lowercase s
? Would be a new convention we'd introduce (but it's not like people are super familiar with Sats
either).
But as you said, this is a separate discussion from the purpose of this PR.
As for Sats, I don' think there is a single-character symbol. However, if you look at how cent is used (which is the sub-unit of many currencies, not just $), both the unicode ยข are valid, as well as the lower case c. So maybe just a lowercase s? Would be a new convention we'd introduce (but it's not like people are super familiar with Sats either).
That's something interesting to explore, lets come back to this with the prototype though.