Files
scroll/coordinator
HAOYUatHZ 9f9e23ff0e chore(coordinator): add more logs (#177)
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
2023-01-10 09:29:43 +08:00
..
2022-12-19 20:06:00 +08:00
2022-10-19 21:01:35 +08:00
2022-12-19 20:06:00 +08: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