Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 713 Bytes

Dai-bite-keeper

Bot for automatic CDP-biting

About

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.

Usage

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>.

Authors

Andrzej Wódkiewicz & Kamil Karpiesiuk