From ae2ff276a1bbc16e741947ce1b208b8da996b675 Mon Sep 17 00:00:00 2001 From: dmarz Date: Mon, 22 Jan 2024 09:53:22 -0500 Subject: [PATCH] Readme (#2) * add description to ReadMe * typo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6bc1af05ce81..17cd1cf69cfa4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +`suave-execution-geth` is a minimal fork of geth which implements the [SUAVE Execution Namespace](suave-execution-geth). The namespace is turned on by default for http and ipc. + ## Go Ethereum Official Golang execution layer implementation of the Ethereum protocol.