- 每隔6.5s 监控做市机器人接单情况,如有新单,会立刻微信通知
- ZigZag 做市程序请参考 https://github.com/ZigZagExchange/market-maker 部署。
- 需要使用 pm2 开启上面的做市程序
- 前往
constants.ts
填入自己的配置 - 需要 iPad 微信机器人key,前往 http://pad-local.com/#/login 申请
- 需要实时币价接口 Key,前往 https://p.nomics.com/cryptocurrency-bitcoin-api 申请
- 执行
pm2 start src/main.ts
开启微信机器人 - 若上述方法不行,可以执行
pm2 start run-ts.sh