Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ppopth committed Nov 13, 2024
1 parent e93dbd3 commit 1b9e768
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The advantages of using Ethshadow are as follows.

1. It already includes everything in the simulation (e.g. libp2p, discv5, etc).
2. It uses the same software as the mainnet and the public testnets.
3. If there is any upgades in lighthouse, we can integrate those upgrades easily in the simulation.
3. If there is any upgades in the supported clients, we can integrate those upgrades easily in the simulation.

If you want to simulate a new Ethereum protocol, what you need to do is just to implement it in lighthouse or geth or
any other supported EL and CL clients and run it using this simulator.
If you want to simulate a new Ethereum protocol, what you need to do is just to implement it in supported clients and
run it using this simulator.

<!--- ANCHOR_END: overview (for mdbook) -->

Expand Down Expand Up @@ -77,7 +77,7 @@ Run the simulation.
ethshadow myfirstsim.yaml
```

Check out `./data/shadow/hosts` which contais the stdout and stderr of every process (including geth and lighthouse)
Check out `./data/shadow/hosts` which contains the stdout and stderr of every process (including geth and lighthouse)
of every node.

## Supported clients
Expand Down

0 comments on commit 1b9e768

Please sign in to comment.