Skip to content

vicimikul/marketmaking-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market Making Bot

A simple market making bot written in Typescript to showcase programming knowledge.

Requirements

  • Node version 18 (nvm use v18)
  • Typescript (npm install typescript --save-dev)

How to run

  1. npm install (only once)
  2. npx tsc (only on code changes)
  3. node dist/app.js

How to test

npm test

About

A simple market making bot written in Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published