Skip to content

defi-wonderland/maker-keeper-scripts

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published