Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.1 KB

Maker's Keeper Scripts

This repository enables keepers of the Keep3r Network to execute Maker's jobs on Ethereum.

How to run

  1. Clone the repository
  git clone https://github.com/makerdao/keeper-scripts
  1. Install dependencies
  yarn install
  1. Create and complete the .env file using env.example as an example

  2. Fine-tune the constants in src/constants.ts to your liking. Read the docs for a technical in-depth explanation.

  3. Try out the scripts

  yarn start

Run in production

  1. Build the typescript into javascript
  yarn build
  1. Run the job directly from javascript (using PM2 is highly recommended)
  node dist/upkeep-job.js

Keeper Requirements

  • Must be a valid (activated) Keeper on Keep3r V2

Useful Links