Skip to content

Commit ccc4660

Browse files
committed
docs: README.md
1 parent e868e89 commit ccc4660

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/l2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gen_env_contract_devnet:
3333
deploy_contract:
3434
@. ./contracts/.env && . ./contracts/scripts/deploy.sh
3535

36-
clean_db:
36+
init_state:
3737
@rm -f cmd/db
3838

3939
__L2_PROGRAM__:

examples/l2/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ make gen_env_l2_holesky
118118
- `PRIVATE_KEY_STORE_PASSWORD`: The password of the keystore crated in step `1.`.
119119
- `STATE_TRANSITION_CONTRACT_ADDRESS`: The address of the contract deployed in step `2.`
120120

121-
*If you have run the program before, and want to start from scratch, run:*
122-
123-
```shell
124-
make clean_db
125-
```
126-
127121
Finally [run the l2](#running-the-l2).
128122

129123
## Setup Localnet
@@ -174,6 +168,12 @@ make deploy_contract
174168

175169
## Running the L2
176170

171+
- Set up the initial State
172+
173+
```shell
174+
make init_state
175+
```
176+
177177
- Perform the L2 account updates and prove them in the zkvm:
178178

179179
```shell

0 commit comments

Comments
 (0)