Skip to content

Commit 9de1632

Browse files
docs(common): add an overview page (#377)
* docs(common): gitbook * docs(common): add an overview * docs(common): gitbook --------- Co-authored-by: Yuxi Zhao <yuxi.zhao@zama.ai> Co-authored-by: yuxizama <157474013+yuxizama@users.noreply.github.com>
1 parent ebd83c8 commit 9de1632

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

docs/protocol/README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,36 @@ layout:
1414

1515
# Welcome
1616

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+
=======
1723
Welcome to the Zama Protocol Documentation, your guide to building confidential applications on public blockchains using
1824
**Fully Homomorphic Encryption (FHE)**.
1925

2026
Zama Protocol enables developers to write smart contracts that compute on encrypted data without ever decrypting it.
2127
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.&#x20;
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.
2239

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.
2441

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.
2643

27-
## Help center
44+
### Help center
2845

2946
Ask technical questions and discuss with the community.
3047

31-
- [Community forum](https://community.zama.ai/c/fhevm/15)
32-
- [Discord channel](https://discord.com/invite/fhe-org)
33-
- [Telegram](https://t.me/+Ojt5y-I7oR42MTkx)
48+
* [Community forum](https://community.zama.ai/c/fhevm/15)
49+
* [Discord channel](https://discord.com/invite/fhe-org)

0 commit comments

Comments
 (0)