Run a simple Keeper bot for Angle Protocol vaults
You can install all dependencies by running
yarn
Copy .env.template
to .env
and fill in your secrets.
This repo is based on an Alchemy provider. But you can easily adapt it with any RPC provider. Just make some changes in src/provider.ts
Remember: never write your secrets in plain text in your code.
Once you're ready, just type
yarn start
Or yarn watch
if you have nodemon installed
Don't hesitate to reach out on Twitter 🐦