Quickstart
Run the Attestor Node
We provide a docker-compose configuration which sets up the Attestor Node
Navigate to the project directory
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
You will see these lines at the end of the log. This means it is connecting to the AVS service correctly
attester-1 | [Nest] 1 - 11/07/2024, 5:03:32 PM LOG [P2P] Connected to peer: 12D3KooWBNFG1QjuF3UKAKvqhdXcxh9iBmj88cM5eU2EK5Pa91KB
attester-1 | [Nest] 1 - 11/07/2024, 5:03:32 PM LOG [P2P] Peer count: 1
attester-1 | [Nest] 1 - 11/07/2024, 5:03:32 PM LOG [q$o] Connected to AVS WebAPI at: http://10.1.0.42:4002
Each time a task is executed and your attester validates the task, you'll see the below in your log file
attester-1 | [Nest] 1 - 11/07/2024, 6:00:52 PM LOG [q$o] New message received: proof of task: bafkreicqrykecvjcgytocbmhsgolxr3yvzlxf5cv2ugvysk346iywcsijm with definitionId: 0
attester-1 | [Nest] 1 - 11/07/2024, 6:00:52 PM LOG [q$o] signing pubkey: 7ed0ef34ab852e0f37b7b702c9113a2da5be6b3ec354a637f0ff2d3f4e87a9188a6054226b11cda61e110a84147debf1576eq343q134e14d595e97b2ed709995
attester-1 | [Nest] 1 - 11/07/2024, 6:00:52 PM LOG [q$o] signed
Last updated