@@ -24,7 +24,8 @@ docker run -v "/tmp/cdk/test.prover.config.json:/usr/src/app/config.json" -p 500
2424## Run the node
2525
2626``` bash
27- ~ /cdk-validium/cdk-validium-node % ./dist/zkevm-node run --network custom --custom-network-file /tmp/cdk/genesis.json --cfg /tmp/cdk/node-config.toml \
27+ cd ~ /cdk-validium/cdk-validium-node
28+ ./dist/zkevm-node run --network custom --custom-network-file /tmp/cdk/genesis.json --cfg /tmp/cdk/node-config.toml \
2829 --components sequencer \
2930 --components sequence-sender \
3031 --components aggregator \
@@ -37,7 +38,7 @@ docker run -v "/tmp/cdk/test.prover.config.json:/usr/src/app/config.json" -p 500
3738### Run the additional approval scripts for the node
3839
3940``` bash
40- ~ /cdk-validium/cdk-validium-node % ./dist/zkevm-node approve --network custom \
41+ ./dist/zkevm-node approve --network custom \
4142 --custom-network-file /tmp/cdk/genesis.json \
4243 --cfg /tmp/cdk/node-config.toml \
4344 --amount 1000000000000000000000000000 \
@@ -47,11 +48,13 @@ docker run -v "/tmp/cdk/test.prover.config.json:/usr/src/app/config.json" -p 500
4748## Run the DAC
4849
4950``` bash
50- ~ /cdk-validium/cdk-data-availability-0.0.3 % ./dist/cdk-data-availability run --cfg /tmp/cdk/dac-config.toml
51+ cd ~ /cdk-validium/cdk-data-availability-0.0.3
52+ ./dist/cdk-data-availability run --cfg /tmp/cdk/dac-config.toml
5153```
5254
5355## Run the bridge service
5456
5557``` bash
56- ~ /cdk-validium/cdk-bridge-service % ./dist/zkevm-bridge run --cfg /tmp/cdk/bridge-config.toml
58+ cd ~ /cdk-validium/cdk-bridge-service
59+ ./dist/zkevm-bridge run --cfg /tmp/cdk/bridge-config.toml
5760```
0 commit comments