From 6bfd8f6a100ef276f3c1ef36dfd652303f15338a Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 02:43:40 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=AD=20add=20Ethereum=20Beacon=20APIs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{running-a-node.md => running-a-validator.md} | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename The-Merge/{running-a-node.md => running-a-validator.md} (84%) diff --git a/The-Merge/running-a-node.md b/The-Merge/running-a-validator.md similarity index 84% rename from The-Merge/running-a-node.md rename to The-Merge/running-a-validator.md index f4a29db..f8feabb 100644 --- a/The-Merge/running-a-node.md +++ b/The-Merge/running-a-validator.md @@ -1,4 +1,4 @@ -## Notes on running an Ethereum node +## Nodes and validators
@@ -29,3 +29,12 @@ * the JSON-RPC API is an interface that allows us to write programs that use an Ethereum client as a gateway to an Ethereum network and blockchain. * the RPC interface is offered as an HTTP service on port 8545. For security reasons it is restricted, by default, to only accept connections from localhost. +
+ +### Tools + +
+ +* [Ethereum Beacon APIs](https://github.com/ethereum/beacon-apis) + +