This project got created while participating in the Longhash Hackathon 2019.
Provide a userfriendly way to reduce big orders to multiple smaller ones. The programm should interact with the Cybex exchange.
- Electron
- React
- romejs
- Enter credentials
- Choose traiding pair
- Enter amount and price
- select buy or sell
- profit
- git clone https://github.com/Timikcool/dex-cybex-algo
- cd dex-cybex-algo
- npm install
- npm run electron
- oh nope someone forgot to set cybex.js as main file in romejs
- nano node_modules/romejs/package.json
- add
"main":"cybex.js"
- close and save
- cd to root folder
- npm run electron