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