KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
RSBP
★ 14
Open GitHub ↗
Real Simple Bitcoin Payments
Download README (.md)
Explore Similar Repositories
LintCode
:
My solution to LintCode problems.
clusterous
:
Cluster computing tool to deploy Docker containers on AWS
BlackfireMagentoVagrant
:
No description available.
wonderbuild
:
Wonderbuild is an extremely fast, extensible build tool
ObservableScrollers
:
Easy to use observable scroller.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RSBP
?
Download (.md)
# RSBP [](https://travis-ci.org/consensusRealityIO/RSBP) *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: - `currency` - The three-character currency code, i.e. BTC, USD, IDR, ZAR - `amount` - The amount in fiat currency to be converted to BTC - `address` - The Bitcoin address to be paid - `discount` - The discount percentage to be applied to the conversation rate 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 ### ```sh 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 ### ```sh 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.