No description
| .vscode | ||
| bin | ||
| dev | ||
| lib | ||
| migrations | ||
| public | ||
| tools | ||
| .dummy | ||
| .flowconfig | ||
| .gitignore | ||
| .jscsrc | ||
| .jshintrc | ||
| cartridges.json | ||
| certs.sh | ||
| crypto-schema.json | ||
| currencies.json | ||
| jsconfig.json | ||
| lamassu-schema.json | ||
| languages.json | ||
| package.json | ||
| Procfile | ||
| README.md | ||
| schema.json | ||
| todo.txt | ||
| UNLICENSE | ||
| Vagrantfile | ||
| yarn.lock | ||
This is part of the Raqía Bitcoin Machine platform.
lamassu-server
Lamassu remote server.
Installation
git clone git@github.com:lamassu/lamassu-server.git
cd lamassu-server
npm install
Configuration
bin/ssu config smtp2go user pass fromEmail toEmail
bin/ssu config twilio accountSid authToken fromNumber toNumber
bin/ssu set sms twilio
bin/ssu set email smtp2go
bin/ssu notify [email] [sms] # send email or sms alerts, or both
bin/ssu config notifier lowBalanceThreshold # set low balance alert, in fiat
Running
node lib/app.js