Skip to content

Phuture-Finance/keep3r-cli-job-phuture

Repository files navigation

image

Phuture Keep3r CLI Job

This CLI Job enables The Keep3r Network keepers on Ethereum to execute the PhutureJob.

How to install

  1. Open a terminal inside your CLI setup
  2. Run yarn add @phuture/keep3r-cli-job-phuture
  3. Add job inside your CLI config file. It should look something like this:
{
    ...
    "jobs": [
        ...,
        {
            "path": "node_modules/@phuture/keep3r-cli-job-phuture/dist/src/mainnet/phuture"
        }
    ]
}

Keeper Requirements

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

Useful Links