Skip to content

Commit

Permalink
Update keeper.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 authored Aug 29, 2023
1 parent 2cd2201 commit 9236168
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/keeper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ Running a keeper is simple. Warp provides a [GitHub repository](https://github.c
yarn bot-injective
```

For Neutron:

```sh Neutron
yarn install
yarn bot-neutron
```

Your keeper should be up and running. It will evaluate conditions in the queue and execute job messages whose conditions have been met. Once executed, your keeper will receive the rewards included with each job.

0 comments on commit 9236168

Please sign in to comment.