Skip to content

Commit

Permalink
Merge pull request #13 from ppopth/readme
Browse files Browse the repository at this point in the history
docs: fix README
  • Loading branch information
ppopth authored Nov 13, 2024
2 parents 0d25bc9 + 1b9e768 commit 3ac8405
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 @@ -79,7 +79,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 3ac8405

Please sign in to comment.