You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about backwards compatibility with existing ethereum: QR code reader apps? It defines the link which can contain a destination address, amount and even contracts' ABI.
As argued in the EIP67 linked thread, it makes sense to make the link human-readable. What if we use ethereum:0xDE571NA710NADD5E55?nonce=145&amount=0.5 and then build the transaction on the device? The only change from EIP67 then would be the additional nonce parameter.
Remove error check
(del) okay, that makes sense, but worth discussing again. Probably, better use case-checksum, like in ethereum addresses?
Copied from: MetaMask/metamask-extension#5640
I have few objections to your current version, sorry, haven't had time earlier to list them.
ethereum:URI scheme. I think it won't be bad to use the same protocol. ERC: Standard URI scheme with metadata, value and byte code ethereum/EIPs#67As I understand, URI scheme should say, which app you should launch, and not what's inside the link (e.g. Microsoft Office links, https://docs.microsoft.com/en-us/office/client-developer/office-uri-schemes). If it's so,
ethereum:is a good match.What about backwards compatibility with existing
ethereum:QR code reader apps? It defines the link which can contain a destination address, amount and even contracts' ABI.As argued in the EIP67 linked thread, it makes sense to make the link human-readable. What if we use
ethereum:0xDE571NA710NADD5E55?nonce=145&amount=0.5and then build the transaction on the device? The only change from EIP67 then would be the additional nonce parameter.Remove error check
(del) okay, that makes sense, but worth discussing again. Probably, better use case-checksum, like in ethereum addresses?
References: ethereum/EIPs#831, ethereum/EIPs#67, ethereum/EIPs#681