You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rollup/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,12 @@ You can:
50
50
51
51
1. Set genesis config to enable desired hardforks in [`proposer-tool-genesis.json`](./proposer-tool-genesis.json).
52
52
2. Set proposer config in [`proposer-tool-config.json`](./proposer-tool-config.json) for data analysis.
53
+
3. Set `start-l2-block` in the launch command of proposer-tool in [`docker-compose-proposer-tool.yml`](./docker-compose-proposer-tool.yml) to the block number you want to start from. The default is `0`, which means starting from the genesis block.
53
54
54
55
### Start the proposer tool using docker-compose
55
56
57
+
Prerequisite: an RPC URL to an archive L2 node. The default url in [`proposer-tool-config.json`](./proposer-tool-config.json) is `https://rpc.scroll.io`.
58
+
56
59
```
57
60
cd rollup
58
61
DOCKER_BUILDKIT=1 docker-compose -f docker-compose-proposer-tool.yml up -d
0 commit comments