Skip to content

Commit

Permalink
doc: add spacing and links to EL clients
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed May 13, 2024
1 parent b8ca237 commit 31f0521
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ More implementations provide more:
an (enhanced) rewrite of the Python implementation itself.

Implementation diversity also implies **usage diversity**. The primary goals of
each implementation can differ. For example, the EVM implementation in clients
(e.g. geth and reth written in Go and Rust), whose primary goals are
**performance** and **safety**, and the
each implementation can differ.

For example, the EVM implementation in clients (e.g.
[geth](https://geth.ethereum.org/) and
[reth](https://github.com/paradigmxyz/reth) written in Go and Rust), whose
primary goals are **performance** and **safety**, and the
[reference EVM implementation](https://github.com/ethereum/execution-specs/?tab=readme-ov-file#execution-specification-work-in-progress)
in Python, prioritizing **readability** and **simplicity**.

Expand Down

0 comments on commit 31f0521

Please sign in to comment.