mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
prover-stats-api
This directory contains the prover-stats-api service that provides REST APIs to query the status of proving tasks assigned to the prover.
Instructions
-
Build and start the
prover-stats-apiservice.cd ./prover-stats-api make build ./build/bin/prover-stats --config=./conf/config.json -
Open this URL in your browser to view the API documents.
http://localhost:8990/swagger/index.html
How to update the prover-stats-api docs
cd ./prover-stats-api
make swag