Watchtower for Etherlink Bridge withdrawal operations
- Install uv if not already installed.
- Install dependencies:
make install
- Copy and configure environment variables:
cp .env.dist .env
source .env
- Start the watchtower:
poetry run python app.py
docker build -t etherlink-watchtower .
docker run -d --name watchtower --env-file .env etherlink-watchtower