mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: xinran chen <lawliet@xinran-m1x.local> Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-248.us-west-2.compute.internal>
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