mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-19 19:08:26 -05:00
Co-authored-by: colinlyguo <colinlyguo@gmail.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Coordinator
This repo contains the Scroll coordinator.
Build
make clean
make coordinator
Start
- use default ports and config.json
./build/bin/coordinator --http
- use specified ports and config.json
./build/bin/coordinator --config ./config.json --http --http.addr localhost --http.port 8390