Make Lightning vs. Bitcoin actions more explicit
See original GitHub issueExpected Behavior
Zap is a dead simple intuitive Lightning wallet for as many types of users as possible.
Actual Behavior
More confusing that is ideal to figure out how to add on-chain bitcoin to the wallet.
Possible Fix
The following is a proposed fix including:
- Gray bitcoin icon next to onchain amount
- UTF-8 icons for lightning bolts on
Pay
andReceive
Context
I spent about a minute clicking around after launching before I figured out how to get a normal BTC address. I tried clicking on Receive
not realizing that is for Lightning only.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Bitcoin's Lightning Network Could Be Getting a ... - CoinDesk
The Lightning Network, Bitcoin's layer 2 scaling platform, has a privacy problem. Receiving payments, requesting refunds, and opening and ...
Read more >LN.Guide | A beginners guide to the Lightning Network
This page aims to help people understand a little more on the mechanics of Lightning and how it interacts with the underlying Bitcoin...
Read more >Why Lightning will never be currency, and why BSV matters
The law is rather explicit and simple to understand. It also facilitates a number of exceptions that mitigate any problems with Bitcoin nodes...
Read more >1. Introduction - Mastering the Lightning Network [Book]
Unlike Bitcoin where transactions are “sent” by broadcasting them to everyone, Lightning is a routed network where payments are “routed” across one or...
Read more >Lighting Network Makes Bitcoin Scalable - Bitcoin Magazine
We showed that the Lightning Network, as a second-layer solution, most elegantly solves the scalability problem by both preserving all of ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Having a lightning icon next to the “Receive” button could be useful as it gives a hint that the “Receive” button is for LN invoices.
Having lightning icon next to the “Pay” button is a bit misleading as that button can also be used for on-chain payments.
It’s not an on-chain amount though. This is your total amount; on-chain + amount in channels.
Nice idea @LilChange! I’ve played around a bunch with improvements for on-chain deposits. I actually don’t like the placement of the QR code at all. I think instead we can remove it and put a
Deposit Bitcoin
button in the top nav. What do you think about that idea? I find it much more clear and practical.