Skip to content

Commit

Permalink
Merge pull request #174 from zama-ai/docs/title-desc
Browse files Browse the repository at this point in the history
docs: fix introduction and title
  • Loading branch information
immortal-tofu authored Dec 6, 2024
2 parents 70bb15a + b187f31 commit b4c2d53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick start</strong></td><td>Understand the basic concepts of fhEVM library.</td><td><a href=".gitbook/assets/start1.png">start1.png</a></td><td><a href="getting_started/quick_start.md">quick_start.md</a></td></tr><tr><td><strong>geth fhEVM-native integration</strong></td><td>Use fhEVM-native with go-ethereum</td><td><a href=".gitbook/assets/start4.png">start4.png</a></td><td><a href="getting_started/fhevm/native/geth.md">geth.md</a></td></tr>
<tr><td><strong>geth fhEVM-coprocessor integration</strong></td><td>Use fhEVM-coprocessor with go-ethereum</td><td><a href=".gitbook/assets/start4.png">start4.png</a></td><td><a href="getting_started/fhevm/coprocessor/geth.md">geth.md</a></td></tr><tr><td><strong>Setup a Gateway</strong></td><td>Configure a Gateway to handle decryption and reecryption</td><td><a href=".gitbook/assets/start2.png">start2.png</a></td><td><a href="getting_started/gateway/configuration.md">configuration.md</a></td></tr><tr><td><strong>Use TKMS</strong></td><td>Use Zama's TKMS with fhEVM</td><td><a href=".gitbook/assets/start5.png">start5.png</a></td><td><a href="getting_started/tkms/zama.md">zama.md</a></td></tr></tbody></table>
Expand Down

0 comments on commit b4c2d53

Please sign in to comment.