This repository enables keepers of the Keep3r Network to execute Phuture's jobs on Ethereum.
- Clone the repository
git clone https://github.com/Phuture-Finance/keeper-scripts
- Install dependencies
yarn install
-
Create and complete the
.env
file usingenv.example
as an example -
Fine-tune the constants in
src/constants.ts
to your liking. Read the docs for a technical in-depth explanation. -
Try out the scripts
yarn start:order
yarn start:deposit-manager
- Build the typescript into javascript
yarn build
- Run the job directly from javascript (using PM2 is highly recommended)
node dist/order-job.js
node dist/deposit-manager-job.js
- Must be a valid (activated) Keeper on Keep3r V2