You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/protocol/README.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,36 @@ layout:
14
14
15
15
# Welcome
16
16
17
+
<<<<<<< HEAD
18
+
**Welcome to the Zama Confidential Blockchain Protocol Docs.**\
19
+
The docs aim to guide you to build confidential dApps on top of any L1 or L2 using Fully Homomorphic Encryption (FHE).
20
+
21
+
## Where to go next
22
+
=======
17
23
Welcome to the Zama Protocol Documentation, your guide to building confidential applications on public blockchains using
18
24
**Fully Homomorphic Encryption (FHE)**.
19
25
20
26
Zama Protocol enables developers to write smart contracts that compute on encrypted data without ever decrypting it.
21
27
This means sensitive user inputs, interactions, and outcomes can remain private onchain.
28
+
>>>>>>> main
29
+
30
+
If you're completely new to FHE or the Zama Protocol, we suggest first checking out the [Litepaper](https://app.gitbook.com/o/-MIF05xPVoj0l_wnOGB7/s/Edp93qMUwAKDm540ieDj/), which offers a thorough overview of the protocol. 
31
+
32
+
Otherwise:
33
+
34
+
🟨 Go to [**Quick Start**](https://app.gitbook.com/s/rDmRmmmSrBgV0SFO4eiZ/getting-started/quick-start-tutorial) to learn how to write your first confidential smart contract using FHEVM.
35
+
36
+
🟨 Go to [**Solidity Guides**](https://app.gitbook.com/o/-MIF05xPVoj0l_wnOGB7/s/rDmRmmmSrBgV0SFO4eiZ/) to explore how encrypted types, operations, ACLs, and other core features work in practice.
37
+
38
+
🟨 Go to [**Relayer SDK Guides**](https://app.gitbook.com/o/-MIF05xPVoj0l_wnOGB7/s/Xn2WDIaMPelG4OHaUISx/) to build a frontend that can encrypt, decrypt, and interact securely with the blockchain.
22
39
23
-
## Where to go next?
40
+
🟨 Go to [**FHE on Blockchain**](architecture/overview.md) to learn the architecture in depth and understand how encrypted computation flows through both on-chain and off-chain components.
24
41
25
-
\[To Update]
42
+
🟨 Go to [**Examples**](https://app.gitbook.com/o/-MIF05xPVoj0l_wnOGB7/s/UTmYJ1UQyasGNx2K8Aqd/) to find reference and inspiration from smart contract examples and and dApp examples.
26
43
27
-
## Help center
44
+
###Help center
28
45
29
46
Ask technical questions and discuss with the community.
0 commit comments