consensusRealityIO / RSBP

Real Simple Bitcoin Payments
GNU General Public License v3.0
14 stars 25 forks source link

Various tweaks #21

Closed infertux closed 7 years ago

infertux commented 7 years ago

Here's a few cosmetic tweaks. You can look at the individual commits for more details but the main improvement is validating the amount input so it no longer accepts zero or negative amounts. I haven't tested it extensively but I deployed it to https://infertux.com/labs/rsbp/pay.html if you want to give it a try.

2017-01-13-202657_343x137_scrot

I also added the recipient address in the table to allow visual confirmation on the buyer's phone. I find it reassuring myself but it might be unnecessary clutter. Let me know if you want me to remove this commit.

2017-01-13-202715_599x212_scrot

Finally, it'd be nice if you can link your GitHub repo to Travis CI for automated builds. I added a config file for it and you can see it in action for my fork there: https://travis-ci.org/infertux/RSBP For now, it's simply checking for code quality but some automated tests should be added as well eventually.