Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balmy-protocol/keep3r-script
Mean Finance Keep3r script
https://github.com/balmy-protocol/keep3r-script
Last synced: 5 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T19:41:22.000Z (almost 2 years ago)
- Last Synced: 2024-05-09T15:10:37.235Z (6 months ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mean Finance's Keeper Scripts
This repository enables keepers of the Keep3r Network to execute Mean Finance's jobs on Ethereum.
## How to run
1. Clone the repository
```
git clone https://github.com/Mean-Finance/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)