https://github.com/balmy-protocol/keep3r-script
Mean Finance Keep3r script
https://github.com/balmy-protocol/keep3r-script
Last synced: about 1 year ago
JSON representation
Mean Finance Keep3r script
- Host: GitHub
- URL: https://github.com/balmy-protocol/keep3r-script
- Owner: Balmy-protocol
- License: mit
- Created: 2022-12-06T18:13:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T19:30:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T22:42:55.580Z (about 1 year ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Balmy's Keeper Scripts
This repository enables keepers of the Keep3r Network to execute Balmy's jobs on Ethereum.
## How to run
1. Clone the repository
```
git clone https://github.com/Balmy-Protocol/keep3r-script
```
2. Install dependencies
```
yarn install
```
3. Create and complete the `.env` file using `env.example` as an example
4. Fine-tune the constants in `src/constants.ts` to your liking. Read [the docs](https://docs.keep3r.network/keeper-scripts) for a technical in-depth explanation.
5. Try out the scripts
```
yarn start
```
## Run in production
1. Build the typescript into javascript
```
yarn build
```
2. Run the job directly from javascript (using [PM2](https://github.com/Unitech/pm2) is highly recommended)
```
node dist/dca-job.js
```
## Keeper Requirements
- Must be a valid (activated) Keeper on [Keep3r V2](https://etherscan.io/address/0xeb02addCfD8B773A5FFA6B9d1FE99c566f8c44CC)
## Useful Links
- [Keep3r Job](https://etherscan.io/address/0x62496bDF47De3c07e12F84a20681426AbCC618e2)