No description
Find a file
2016-12-20 14:23:00 +02:00
.vscode update remaining code for versioned config 2016-12-09 11:36:29 +02:00
bin use persistent, not session cookies 2016-12-20 14:23:00 +02:00
dev refactor db connection string 2016-06-12 13:19:00 +03:00
lib use persistent, not session cookies 2016-12-20 14:23:00 +02:00
migrations update remaining code for versioned config 2016-12-09 11:36:29 +02:00
public validate min/max values on save 2016-12-20 14:08:07 +02:00
tools update remaining code for versioned config 2016-12-09 11:36:29 +02:00
.dummy remove tests -- failing and too complicated to maintain 2016-04-24 00:08:17 +03:00
.flowconfig WIP 2014-11-25 17:10:38 -05:00
.gitignore WIP 2016-10-24 03:17:03 +03:00
.jscsrc WIP 2014-11-20 23:01:36 -05:00
.jshintrc simplified unpairing 2014-04-20 12:07:48 +03:00
cartridges.json get cartridge counts from db 2014-11-28 10:53:38 -05:00
certs.sh WIP 2016-11-05 19:18:33 +00:00
crypto-schema.json add crypto-scheme 2016-05-31 14:15:43 +03:00
currencies.json moved l-a-s in here 2016-12-05 17:15:32 +02:00
jsconfig.json WIPP 2016-09-26 17:22:46 +03:00
lamassu-schema.json use persistent, not session cookies 2016-12-20 14:23:00 +02:00
languages.json moved l-a-s in here 2016-12-05 17:15:32 +02:00
package.json 5.0.6 2016-12-12 02:51:31 +02:00
Procfile Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
README.md fix up notify.js and README 2016-04-27 16:32:37 +01:00
schema.json update config 2016-12-01 17:46:18 +02:00
todo.txt cleanup 2016-11-06 16:49:08 +00:00
UNLICENSE renamed to UNLICENSE 2014-03-31 18:26:42 -04:00
Vagrantfile add Vagrant file 2015-01-08 16:42:03 -05:00
yarn.lock fix notifications 2016-12-11 18:22:28 +02:00

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