langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the "doge://" scheme for QR Codes

jesstelford opened this issue · comments

Dogecoin supports the "doge://" scheme for QR Codes (see a clickable example here) in the QT desktop wallet.

The format is: doge://[address]?amount=[doges]&label=[text label]

This allows the creator of the QR Code to insert a default message and value (eg; for showing on a Tip Jar, etc).

It'd be great to see this supported in the Android Wallet also.

Keep up the great work! :)

The format is actually dogecoin:address... since Qt has problems with the double-slash syntax, see line 172 in the file you linked. And this format is also already supported by the wallet. Please check if I'm right and close the issue if so :)