Files
scroll/coordinator
Haichen Shen fb7002bd6d feat(bridge): update the watcher and relayer based on the new contract (#305)
Co-authored-by: colinlyguo <651734127@qq.com>
Co-authored-by: zimpha <zimpha@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
2023-02-22 18:15:44 +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