From 4d5f3dd9a2e2fb704a622a8310c709e4e4d0cc98 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Tue, 17 Sep 2024 21:59:03 +1000 Subject: [PATCH] Update README.md (#1206) rename Hyperledger Besu to Besu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 153b59113c..3ab9b79b1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Linea tracer (zkEVM) This repository hosts a Linea tracing implementation for -[Hyperledger Besu](https://github.com/hyperledger/besu) based on an +[Besu](https://github.com/hyperledger/besu) based on an implementation in Go. Tracing refers to the process of extracting data from the execution of an EVM client in order to construct large matrices known as execution traces. Execution traces are subject to the constraint system specified in the [linea-specification](https://github.com/Consensys/linea-specification) repo and implemented in the [linea-constraints](https://github.com/Consensys/linea-constraints) repo.