From ad7afaed3f59a58800b1bc7a85983fb3726a54a4 Mon Sep 17 00:00:00 2001 From: bt3gl Date: Fri, 25 Feb 2022 16:16:49 +0100 Subject: [PATCH] add link to readme --- README.md | 6 ++++++ .../PoCs/deployment_gcp_docker.md | 0 .../PoCs/deployment_gcp_k8s.md | 0 .../PoCs/genesis_block_explanation.md | 0 .../PoCs/geth_creation_commands.md | 0 5 files changed, 6 insertions(+) rename {code/geth_and_k8s => geth_and_k8s}/PoCs/deployment_gcp_docker.md (100%) rename {code/geth_and_k8s => geth_and_k8s}/PoCs/deployment_gcp_k8s.md (100%) rename {code/geth_and_k8s => geth_and_k8s}/PoCs/genesis_block_explanation.md (100%) rename {code/geth_and_k8s => geth_and_k8s}/PoCs/geth_creation_commands.md (100%) diff --git a/README.md b/README.md index 4e9475f..186b321 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ * [Chapter III: Flashbots](https://github.com/bt3gl-labs/Getting-Started-MEVs-and-Flashbots/blob/main/chapter_III.md) * [Chapter IV: Flashbots bundle](https://github.com/bt3gl-labs/Stateful-Blockchains-and-Flashbots/blob/main/chapter_IV.md) +--- + +## Code + +* [PoCs having `geth` in Docker and K8s](https://github.com/bt3gl-labs/Stateful-Blockchains-and-Flashbots/tree/main/geth_and_k8s/PoCs) + --- diff --git a/code/geth_and_k8s/PoCs/deployment_gcp_docker.md b/geth_and_k8s/PoCs/deployment_gcp_docker.md similarity index 100% rename from code/geth_and_k8s/PoCs/deployment_gcp_docker.md rename to geth_and_k8s/PoCs/deployment_gcp_docker.md diff --git a/code/geth_and_k8s/PoCs/deployment_gcp_k8s.md b/geth_and_k8s/PoCs/deployment_gcp_k8s.md similarity index 100% rename from code/geth_and_k8s/PoCs/deployment_gcp_k8s.md rename to geth_and_k8s/PoCs/deployment_gcp_k8s.md diff --git a/code/geth_and_k8s/PoCs/genesis_block_explanation.md b/geth_and_k8s/PoCs/genesis_block_explanation.md similarity index 100% rename from code/geth_and_k8s/PoCs/genesis_block_explanation.md rename to geth_and_k8s/PoCs/genesis_block_explanation.md diff --git a/code/geth_and_k8s/PoCs/geth_creation_commands.md b/geth_and_k8s/PoCs/geth_creation_commands.md similarity index 100% rename from code/geth_and_k8s/PoCs/geth_creation_commands.md rename to geth_and_k8s/PoCs/geth_creation_commands.md