From 806678bea2706a6af8c5df0d83c77def59b007e4 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Wed, 31 Jul 2024 19:35:33 +0100 Subject: [PATCH] docs: retires zk-EVM (#61) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c19af492..efbac28b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Linea's stack is made up of multiple repositories, these include: - [linea-besu](https://github.com/Consensys/linea-besu): Fork of Besu to implement the Linea-Besu client - [linea-tracer](https://github.com/Consensys/linea-tracer): Linea-Besu plugin which produces the traces that the constraint system applies and that serve as inputs to the prover - [linea-constraints](https://github.com/Consensys/linea-constraints): Implementation of the constraint system from the specification -- [linea-specification](https://github.com/Consensys/linea-specification): Specification of the constraint system defining Linea's zk-EVM +- [linea-specification](https://github.com/Consensys/linea-specification): Specification of the constraint system defining Linea's zkEVM Linea abstracts away the complexity of this technical architecture to allow developers to: