Skip to content

Latest commit

 

History

History

rollup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rollup

This repo contains the Scroll rollup.

Dependency

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

Build

make clean
make mock_abi
make rollup_bins

Start

(Note: make sure you use different private keys for different senders in config.json.)

./build/bin/event_watcher --config ./config.json
./build/bin/gas_oracle --config ./config.json
./build/bin/rollup_relayer --config ./config.json