Ethereum/ERC-681
-
A Former User last edited by
Hello,
first of all great that you added Ethereum support to opera - this is
great news!
For the receive QR-Code it would be awesome if you could use ERC-681
(https://github.com/ethereum/EIPs/blob/master/EIPS/eip-681.md) - it is
actually a pretty easy change in your case - just prefix with the
ethereum: scheme - so instead of <address> ethereum:<address>
This way the address has more context and other apps can know what this
hex string actually represent. E.g. you can scan with any QR code
scanner and the android intent system can guide you to the correct app
(you might also want to add these intent filters to opera if you want)Thanks!