mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 07:57:58 -05:00
Co-authored-by: Steven Gu <asongala@163.com> Co-authored-by: HAOYUatHZ <haoyu@protonmail.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