https://github.com/oasisprotocol/oasis-gardener
Automatically top up accounts with low balance on Oasis
https://github.com/oasisprotocol/oasis-gardener
Last synced: 16 days ago
JSON representation
Automatically top up accounts with low balance on Oasis
- Host: GitHub
- URL: https://github.com/oasisprotocol/oasis-gardener
- Owner: oasisprotocol
- Created: 2026-01-15T08:23:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T11:32:29.000Z (about 1 month ago)
- Last Synced: 2026-05-22T17:36:59.223Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 2.54 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Oasis Gardener
A simple service that regularly tops up given accounts so they don't dry out or
ROFL machines so they don't expire.
## Installation and Setup
Requires locally installed [Oasis CLI] and [uv].
[Oasis CLI]: https://github.com/oasisprotocol/cli/pull/677
[uv]: https://github.com/astral-sh/uv
```shell
cp .env.example .env
# Edit .env:
# - Add monitoring addresses to WATCH_ADDRESSES
# - Add monitoring of ROFL machines to WATCH_ROFL_MACHINES
# - Add payment secret keys to SECRET_KEYS
uv run main.py
```