Skip to content

baking-bad/etherlink-watchtower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etherlink-watchtower

Watchtower for Etherlink Bridge withdrawal operations

Local Setup

Prerequisites

  • Install Poetry if not already installed.

Installation

  1. Install dependencies:
poetry install
  1. Copy and configure environment variables:
cp .env.dist .env
source .env
  1. Start the watchtower:
poetry run python app.py

Docker Setup

Build Docker Image

docker build -t etherlink-watchtower .

Run Docker Container

docker run -d --name watchtower --env-file .env.dist etherlink-watchtower

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published