monsterbitar / SPOS4BCH

Simple Point of Sale for Bitcoin Cash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Screenshot

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.

About

Simple Point of Sale for Bitcoin Cash

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.2%Language:HTML 13.3%Language:CSS 3.6%