From 48bf0f5af476c5da5f09be38f35d132fcb3f9fae Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:50:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9F=20add=20nodes=20on=20ethereum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {nodes => NODES_on_Ethereum}/README.md | 0 {nodes => NODES_on_Ethereum}/running-a-node-advanced.md | 0 {nodes => NODES_on_Ethereum}/running-a-node.md | 0 README.md | 6 +++++- 4 files changed, 5 insertions(+), 1 deletion(-) rename {nodes => NODES_on_Ethereum}/README.md (100%) rename {nodes => NODES_on_Ethereum}/running-a-node-advanced.md (100%) rename {nodes => NODES_on_Ethereum}/running-a-node.md (100%) diff --git a/nodes/README.md b/NODES_on_Ethereum/README.md similarity index 100% rename from nodes/README.md rename to NODES_on_Ethereum/README.md diff --git a/nodes/running-a-node-advanced.md b/NODES_on_Ethereum/running-a-node-advanced.md similarity index 100% rename from nodes/running-a-node-advanced.md rename to NODES_on_Ethereum/running-a-node-advanced.md diff --git a/nodes/running-a-node.md b/NODES_on_Ethereum/running-a-node.md similarity index 100% rename from nodes/running-a-node.md rename to NODES_on_Ethereum/running-a-node.md diff --git a/README.md b/README.md index 4563ca7..dbcecd0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ ### running stuff -* [nodes and validators](https://github.com/bt3gl-labs/Blockchain-DeFi-and-MEV/tree/main/nodes) +
+ +##### ethereum + +* [nodes and validators](https://github.com/bt3gl-labs/Blockchain-DeFi-and-MEV/tree/main/NODES_on_ETHEREUM) * [geth on k8s](https://github.com/bt3gl-labs/Stateful-Blockchains-and-Flashbots/tree/main/geth_and_k8s)