Bot for automatic CDP-biting
This NodeJS app is a bot for monitoring Collateralized Debt Positions and biting them as soon as they become unsafe. It depends on Dai.js library.
You have to provide a text .privatekey
file containing your private key inside root application folder in order for authentication to complete.
Then run following commands:
npm install
node app.js [<minCdpId> [<maxCdpId>]]
By default <minCdpId>
is set to 1 and <maxCdpId>
is set to 100.
If you only provide the first argument, bot will monitor 100 CDPs, starting from <minCdpId>
.
Andrzej Wódkiewicz & Kamil Karpiesiuk