mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 07:57:58 -05:00
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