Files
scroll/bridge
Nazarii Denha f44ec751a0 feat: integrate row consumption into chunk-proposer (#647)
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
2023-08-03 14:01:40 +08:00
..
2022-10-19 21:01:35 +08:00
2022-10-19 21:01:35 +08:00
2022-12-19 20:06:00 +08:00

Bridge

This repo contains the Scroll bridge.

In addition, launching the bridge will launch a separate instance of l2geth, and sets up a communication channel between the two, over JSON-RPC sockets.

Something we should pay attention is that all private keys inside sender instance cannot be duplicated.

Dependency

  • install abigen
go install -v github.com/scroll-tech/go-ethereum/cmd/abigen

Build

make clean
make bridge

Start

  • use default ports and config.json
./build/bin/bridge --http
  • use specified ports and config.json
./build/bin/bridge --config ./config.json --http --http.addr localhost --http.port 8290