This CLI Job enables The Keep3r Network keepers on Ethereum to execute the PhutureJob.
- Open a terminal inside your CLI setup
- Run
yarn add @phuture/keep3r-cli-job-phuture
- 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"
}
]
}
- Must be a valid (activated) Keeper on Keep3r V2