An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Oasis Gardener](./docs/gardener.png)

# 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
```