event-scraper-v3/README.md

273 B

Collect filled trades via Websocket or Scraping the event queue

Steps to run this project:

  1. Run yarn command
  2. Setup database settings inside ormconfig.js file
  3. Setup .env using .env.sample
  4. yarn build
  5. "start": "NODE_ENV=production node dist/index.js",