RavenProject / ravenwallet-ios

MIT License
25 stars 21 forks source link

Create CoinRequest button #115

Closed Paulsky closed 4 years ago

Paulsky commented 5 years ago

It would be nice if there was a CoinRequest button added in the request view where you can generate a request, and send it by message and email. This way, the requester can share his request through multiple channels. And also, the receiver(s) can pay through multiple wallets (and QR code).

button

This can be achieved by adding a link to CoinRequest like this:

https://coinrequest.io/create?coin=ravencoin&address=<address>&amount=<amount>&message=<message>

The message parameter is optional. Example:

https://coinrequest.io/create?coin=ravencoin&address=RXdmuMghPQJ64uSGanSqPUPCE83cKjAA4B&amount=0.22&message=Please%20pay%20me%20for%20last%20night%27s%20dinner

jeroz1 commented 5 years ago

@ROSHiix @TronBlack interesting addition to make it easier to share payment requests.

Menwitz commented 5 years ago

I don't see a PR for this in iOS.

Paulsky commented 5 years ago

Please see this PR: https://github.com/RavenProject/ravenwallet-ios/pull/116

a2hill commented 4 years ago

As #116 has been merged, can this issue be closed?

Paulsky commented 4 years ago

Yes, I will close this issue.