mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-10 06:28:04 -05:00
Co-authored-by: georgehao <georgehao@users.noreply.github.com> Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
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