Source files for the Tel-Aviv Bitcoin emBassy POS, based on nanopos.
# Setup c-lightning
# https://github.com/ElementsProject/lightning
# Setup Lightning Charge
$ npm install -g lightning-charge
$ charged --ln-path ~/.lightning --api-token mySecretToken
# Setup POS
$ git clone [email protected]:bitembassy/nanopos.git && cd nanopos
$ npm install
# Start the web server
$ npm start -- --charge-token mySecretToken