mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-10 22:48:14 -05:00
Co-authored-by: mask-pp <mask-pp@users.noreply.github.com> Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
prover-stats-api
how to get the prover-stats-api docs
1. start the prover-stats-api server
cd ./prover-stats-api
make build
./prover-stats --config=./conf/config.json
you will get server run log
Listening and serving HTTP on :8990
2. browse the documents
open this documents in your browser
http://localhost:8990/swagger/index.html
how to update the prover-stats-api docs
cd ./prover-stats-api
make swag