consensusRealityIO / RSBP

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

RSBP

Build Status

Real Simple Bitcoin Payments is a single webpage that facilitates bitcoin payments, converting a fiat currency amount into a real-time bitcoin amount, creating the QR code, and acknowledging payment on the blockchain. It doesn't contain any server-side code and is very easy to install for your own use.

Parameters can be hard-coded or passed in the URL (optional).

Parameters include:

You can see a running example implementation here: https://consensusreality.io/demo/RSBP/pay.html

2 minute demo: https://www.youtube.com/watch?v=YMXKmTM_PKE

Installation

Development

npm install

This will install the linters used by RSBP and run bower install. You can then check the code against the style rules by running npm run-script lint.

Deployment

bower install

This will install the required client-side libraries in app/bower_components. You can then deploy the app folder according to your web server configuration.