Skip to content

Commit 35ca6af

Browse files
fix(l2): add missing requirements to run the L2 (#2512)
**Motivation** Build fails if requirements are not met. In particular, solc versions need to be the requirements **Description** This adds a short description of the requirements --------- Co-authored-by: Martin Paulucci <martin.c.paulucci@gmail.com>
1 parent 68ec977 commit 35ca6af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/l2/docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ For more detailed documentation on each part of the system:
1313
- [Prover](./prover.md)
1414
- [State Diffs](./state_diffs.md)
1515
- [Withdrawals](./withdrawals.md)
16+
17+
## Prerequisites
1618

19+
- [Rust](https://www.rust-lang.org/tools/install)
20+
- [Solc 0.29](https://docs.soliditylang.org/en/latest/installing-solidity.html)
21+
- [Docker](https://docs.docker.com/engine/install/)
22+
1723
## Quick HandsOn
1824

25+
Make sure docker is running!
26+
1927
1. `cd crates/l2`
2028
2. `make rm-db-l2 && make down`
2129
- It will remove any old database, if present, stored in your computer. The absolute path of libmdbx is defined by [data_dir](https://docs.rs/dirs/latest/dirs/fn.data_dir.html).

0 commit comments

Comments
 (0)