Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 373 Bytes

File metadata and controls

15 lines (11 loc) · 373 Bytes

arbitragebotv2

arbitragebotv2

Next steps: improvment

NodeJs

  • Use typescript
  • Use threads
  • avoid reading and parsing from files => use memory for fast computation
  • use import ES6 modules for json file
  • getAllPrices is sequential
  • Check if we need to parseEther and play with Numbers instead of BigNumbers
  • Functional programming vs OOP