Awesome
SimplePOS4BCH
Simple Point of Sale for Bitcoin Cash is a multilingual webpage/webapp that facilitates Bitcoin Cash payments, converting a fiat currency amount into a Bitcoin Cash amount, creating a payment QR code, and acknowledging payment when broadcasted to the Bitcoin Cash network
For a live demo, visit: https://payment.monsterbitar.se/
(Donations are welcome, simply use the live demo with real value to send donations)
Configuration
Parameters are configured in app/config.js and include:
language
- The two-letter language code, for example: 'en', 'sv'currency
- The three-character currency code, for example: 'USD', 'EUR', 'CNY'address
- The Bitcoin address that recieves payments.discount
- The discount percentage (%), for example: '5'
Requirements
The Point of Sale uses modern libraries (bootstrap, jquery) and features that might not work on older browser, and uses bower to manage the 3rd party libraries.
You can install bower with NPM from NodeJs:
npm install -g bower
Installation
Start by cloning the github master branch:
git clone https://github.com/monsterbitar/SPOS4BCH
Then enter the directory and install the necessary libraries:
cd SPOS4BCH
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.