Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 committed Aug 14, 2024
1 parent 3536f66 commit 550178e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ As stated in the `ethereum-package` README:
After kurtosis is installed, we need to do three setup steps.

1. Clone the lambdaclass ethereum-package fork and checkout a particular branch
1. Download the lambdaclass ethereum-package fork submodule's content.
2. Copy our Grafana custom dashboards to be able to look at them
3. Build the Docker image of the service

Expand All @@ -238,11 +238,10 @@ or executed each at a time

```bash
make kurtosis.setup.ethereum-package
# git clone https://github.com/lambdaclass/ethereum-package.git ../ethereum-package && \
# cd ../ethereum-package && git checkout lecc-integration
# git submodule update --init --recursive

make kurtosis.setup.grafana
# cp -r ./metrics/grafana/provisioning/dashboards/* ../ethereum-package/static_files/grafana-config/dashboards/lambdaconsensus
# cp -r ./metrics/grafana/provisioning/dashboards/* ./ethereum-package/static_files/grafana-config/dashboards/lambdaconsensus

make kurtosis.setup.lambdaconsensus
# docker build --build-arg IEX_ARGS="--sname lambdaconsensus --cookie secret" -t lambda_ethereum_consensus .
Expand All @@ -254,7 +253,6 @@ make kurtosis.setup.lambdaconsensus
After that, we will be ready to tweak the configuration.

```bash
# assumming you are still in the lambda_ethereum_consensus repo, you can modify the configuration through
vim network_params.yaml
```

Expand Down Expand Up @@ -283,7 +281,7 @@ For starting the local environment after the setup run:
make kurtosis.start

# which executes
kurtosis run --enclave lambdanet ../ethereum-package --args-file network_params.yaml
kurtosis run --enclave lambdanet ./ethereum-package --args-file network_params.yaml
```

Then, you can connect to the service (running docker instance) with the following:
Expand Down

0 comments on commit 550178e

Please sign in to comment.