feat: binance exchange support

This commit is contained in:
José Oliveira 2022-05-10 11:28:21 +01:00
parent 81702e2132
commit 0fc7ffefb1
10 changed files with 77 additions and 7 deletions

View file

@ -125,7 +125,7 @@
"server": "nodemon bin/lamassu-server --mockSms --logLevel silly",
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
"watch": "concurrently \"npm:server\" \"npm:admin-server\"",
"stress-test": "cd ./test/stress/ && node index.js 50 -v"
},
"nodemonConfig": {