From dfd79ed7451ec8c047112c5355dfb63be51e8a1c Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:59:02 -0700 Subject: [PATCH] Update README.md --- geth_and_k8s/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth_and_k8s/README.md b/geth_and_k8s/README.md index 5a5364a..6afec68 100644 --- a/geth_and_k8s/README.md +++ b/geth_and_k8s/README.md @@ -1,6 +1,6 @@ -# Creating an Ethereum blockchain +# Creating your own private Ethereum blockchain -To create this blockchaon, we use [geth](https://geth.ethereum.org/), the official client software provided by the Ethereum Foundation written in the Golang. +Deploy it with your own [geth](https://geth.ethereum.org/), the official client software provided by the Ethereum Foundation written in the Golang, and a customized genesis file and all. By default, geth implements [Clique](https://eips.ethereum.org/EIPS/eip-225#:~:text=Clique%20is%20a%20proof%2Dof,any%20client%20with%20minimal%20effort.), a proof-of-authority mechanism to reach consensus. Moreover, a number of accounts a defined to produce new blocks in the chain.