Files
scroll/coordinator
Nazarii Denha f452cd9bf6 fix
2023-02-01 13:19:45 +01:00
..
fix
2023-01-29 20:17:42 +01:00
2022-10-19 21:01:35 +08:00
fix
2023-02-01 13:19:45 +01: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