monero-project / monero-gui

Monero: the secure, private, untraceable cryptocurrency
Other
1.76k stars 772 forks source link

[Feature Request] Uri scheme for Monero Core #760

Closed serhack closed 5 years ago

serhack commented 7 years ago

Hello, I'm developing integrations for Monero. I think I can include in checkout page a button that open monero-gui with address-field precompiled. This should a good idea, then the client can click with a button :) For this, we need uri scheme support. I can provide some resources about how to develop this Windows : https://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx

amiuhle commented 7 years ago

monero-wallet-rpc already generates URIs in the form monero:<address>?tx_amount=1:

https://getmonero.org/knowledge-base/developer-guides/wallet-rpc#makeuri

Just pointing this out as it might help you with your integrations, it'll still have to be implemented in GUI clients, of course.

serhack commented 7 years ago

@amiuhle Sorry for lately answer. Thanks for resource!

dEBRUYNE-1 commented 7 years ago

+feature

pazos commented 6 years ago

I'm working on this and think it is easy to implement for osx/ios, because it is just add a string to Info.plist and the computer will register the application itself. For linux seems easy doable too but we need a desktop file to be able to use xdg-open (MimeType=x-scheme-handler/monero;)

When I have some time to wrap the code together and tested on mac/linux I'll ping you @serhack to find a way to do it without messing too much with m$ registry