Quickstart

Run the Attestor Node

We provide a docker-compose configuration which sets up the Attestor Node

  1. Navigate to the project directory

  2. After setting up the environment, and creating the .env file with the usual Ungate configurations (see the .env.example), then run:

docker compose build --no-cache
docker compose up

Last updated