Web application for viewing status of cross-chain transfers.
Use docker-compose.yml.
-
Copy .template.env to .venv:
cp .template.env .env
. -
Change urls in .env.
-
Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
.Note: You can use pyenv or any other utilities, the requirements.txt file is included. However, the following steps assume that uv is installed.
-
Run
uv run app.py
.