Image by ChaD... Yea, needs to learn more...
Right now, when we want to send HIVE on PeakD, we open our wallet, click “Transfer” and fill in the popup with the username, amount and memo. This works fine if you type it all by hand.
But people run small shops or services that ask for HIVE payments. Maybe aswell for static links per Products. For this, it would be really useful if we could create a link that automatically fills out the transfer form when the buyer clicks it.
At the moment, this does not exist on PeakD, but I think it should. It would make payments faster and avoid mistakes.
How could it work?
Imagine this URL:
https://peakd.com/@username/transfer?to=louis.witness&amount=100&memo=Thanks%20for%20your%20order
When you open this link, it could open the transfer popup with:
- To: louis.witness
- Amount: 100 HIVE
- Memo: Thanks for your order
This would help anyone who sells digital products, accepts donations or runs a community project.
Suggestion for PeakD:
- Add support for to, amount, memo and maybe currency and recurring as URL parameters
- Show an example on the transfer page so people see how to use it
- Maybe add a small “Payment Link Generator” to make it even easier
Suggested URL Parameters for PeakD Transfers
Parameter | Description | Example Value |
---|---|---|
to | The recipient’s Hive username | louis.witness |
amount | The amount to send | 100 |
currency | Which token to use (HIVE or HBD ) | HIVE or HBD |
memo | A memo or message to include with the transfer | Thanks%20for%20your%20order |
recurring | Optional: make it a recurring payment (true or false ) | true |
redirect | Optional: URL to redirect the user after they confirm payment | https://yourshop.com/thankyou |
Example Link could look like:
https://peakd.com/@username/transfer?to=louis.witness&amount=100¤cy=HIVE&memo=Thanks%20for%20your%20order&recurring=false
Thought`s? Ideas? Let's discuss! <3
Side-Note: Recurring would awesome work with Subscriptions for Services!
I think this is exactly what Hive Keychain implemented recently. Basically there is a specific link format that will trigger a Keychain popup when the user click on it.
Let me tag @stoodkev here.
The extension listens to hive-uri links which is also used by HiveSigner and Ecency mobile app.
Yep, and supported on peakd.com 😉
cc @louis88
Test link: 0.001 HIVE Transfer.
Allright, that link works on PeakD.com and Keychain pops up.
I just tried to implement on one of my current wordpress projects and the link is gone - i think because it's not starting with a http/https or an #.
i wonder because keychain already added it's class "keychainify-checked" to the link ^.^ which it do everywhere where a link is when keychain is installed. cc @techcoderx cc @stoodkev
Edit: Just double-checked the Keychain Extension and found the keychainify section to tick the box to enable it. (but didnt solved the link issue on my WP Webpage (need to figure out why it doing this wierd stuff))
ok, found out how to get triggering it. and works on links! awesome - now i need more details about the keychainify feature, which is awesome and solving the problem actually.

@stoodkev Bug-Found: It's allowing me to trigger a Popup, even when i have not activated the Keychainify Feature.
It's intended, Keychainify is for modifying HiveSigner links. Hive-URI is always active.
Ah, okay i understand. thx
Yes, most likely Wordpress is stripping it as a security feature. There's probably a way to add
hive://
as an allowed URL scheme.Sounds like a good idea to me!