From b187f3170a7ac120ad60b5b83cbb15dff55df364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Danjou?= Date: Fri, 6 Dec 2024 10:08:55 +0100 Subject: [PATCH] docs: fix introduction and title --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9c2d7d32..91cb6e55 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ --- description: >- - fhEVM is a technology that enables confidential smart contracts on the EVM - using Fully Homomorphic Encryption (FHE). + The fhEVM backend allows users to run their own L1 or coprocessor with fhEVM technology. + It enables confidential smart contracts on the EVM using FHE. layout: title: visible: true @@ -15,11 +15,11 @@ layout: visible: false --- -# Welcome to fhEVM +# Welcome to fhEVM backend ## Get started -Learn the basics of fhEVM, set it up, and make it run with ease. +Learn the basics of fhEVM backend, set it up, and make it run with ease.
Quick startUnderstand the basic concepts of fhEVM library.start1.pngquick_start.md
geth fhEVM-native integrationUse fhEVM-native with go-ethereumstart4.pnggeth.md
geth fhEVM-coprocessor integrationUse fhEVM-coprocessor with go-ethereumstart4.pnggeth.md
Setup a GatewayConfigure a Gateway to handle decryption and reecryptionstart2.pngconfiguration.md
Use TKMSUse Zama's TKMS with fhEVMstart5.pngzama.md