From 3f6678b3b2c5125258b40b06713b50fff32f17ab Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 05:02:29 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93=20add=20engine=20api=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- The-Merge/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/The-Merge/README.md b/The-Merge/README.md index 674044d..3bb220e 100644 --- a/The-Merge/README.md +++ b/The-Merge/README.md @@ -24,7 +24,8 @@ * [beacon chain validator ratings](https://www.rated.network/) * [list of nodes as a service](https://ethereumnodes.com/) * [node watch](https://www.nodewatch.io/) -* [ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/) +* [archive node access](https://archivenode.io/) +* [list of nodes as a service](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/)
@@ -51,21 +52,22 @@ ---- -## clients software +## clients
-### execution clients +### execution layer * [geth]() * [nethermind]() * [besu]() * [erigon]() * [akula]() +* [execution api specification](https://github.com/ethereum/execution-apis)
-### consensus clients +### consensus layer * [prysm](https://github.com/prysmaticlabs/prysm) * [lighthouse](https://github.com/sigp/lighthouse) @@ -76,6 +78,12 @@
+### engine api + +* [engine api docs](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md) +* [ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/) + +
---