Open pythcoiner opened 7 months ago
You mean URIs?
I think it would be confusing that you can paste the amount inside the address text input..
yes i mean URI, what i think we should do in this case is to extract adress and amount and fill each TextInput w/ the relevant data.
It can be usefull as some payment processor give you this URI as default when you click their copy
address button (BTCPay IIRC), it also avoid footguns(wrong amount input by user) as some services will detect a received payment only if the exact amount is received.
We should accept payments (
bitcoin:<address>?amount=<amount>
) codes in adress input