Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 589 Bytes

File metadata and controls

28 lines (21 loc) · 589 Bytes

CryptoMKT Bot

Serverless trading bot for CryptoMarket running in AWS.

Services

  • trader: Trading bot
  • auth: Authentication service
  • cryptomkt: CryptoMarket proxy service
  • fcm: FCM service

Build

# cd into service
cd src/<service>

# install dependencies
yarn install

# build for production
yarn run build

Deployment

yarn cdk deploy --parameters fcmKey=<yourFcmKey>