-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During wrap step, generate peercoin URI #10
Comments
Please explain like i am 5 what can you do with a string such as: peercoin:mjmgQXtg9ACBUq2YKL8tdmpJF6S1cWZ5Nr |
If you have properly installed peercoin-qt on your system, with mime info set all that jazz you can click on URI and it will automatically bring up the peercoin-qt/send_tab with address and amount already inputed. |
Full URI example:
|
Google hit on something which looks like it does it: https://github.com/coins/bitcoin-uri-js |
so when wrap responses with a peercoinaddress, encode it with somethin like https://github.com/bitcoinjs/bip21/blob/master/index.js and put that in the QR-code ? |
Qr code and/or uri, like a click able link. |
see commit 614edd8 |
Awesome. |
Example of an URI:
The text was updated successfully, but these errors were encountered: