Go to file
Maximilian Schneider f050e2f5ea
Merge pull request #1 from blockworks-foundation/client_order_ids
Add makerClientOrderId and takerClientOrderId to perp_event table.
2022-01-13 19:36:09 -08:00
src Correct typo. 2022-01-13 16:35:41 -08:00
.env.sample Initial commit. 2022-01-13 16:22:31 -08:00
.eslintrc Initial commit. 2022-01-13 16:22:31 -08:00
.gitignore Initial commit. 2022-01-13 16:22:31 -08:00
Procfile Initial commit. 2022-01-13 16:22:31 -08:00
README.md Initial commit. 2022-01-13 16:22:31 -08:00
ormconfig.js Initial commit. 2022-01-13 16:22:31 -08:00
package.json Initial commit. 2022-01-13 16:22:31 -08:00
tsconfig.json Initial commit. 2022-01-13 16:22:31 -08:00
utils.ts Initial commit. 2022-01-13 16:22:31 -08:00
yarn.lock Initial commit. 2022-01-13 16:22:31 -08:00

README.md

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",