mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-04-17 03:00:47 -04:00
* docs: update the whitepaper * docs: update the welcome page * docs: prettier --------- Co-authored-by: Aurora Poppyseed <30662672+poppyseedDev@users.noreply.github.com>
68 lines
3.9 KiB
Markdown
68 lines
3.9 KiB
Markdown
---
|
|
description: >-
|
|
fhEVM is a technology that enables confidential smart contracts on the EVM
|
|
using Fully Homomorphic Encryption (FHE).
|
|
layout:
|
|
title:
|
|
visible: true
|
|
description:
|
|
visible: true
|
|
tableOfContents:
|
|
visible: true
|
|
outline:
|
|
visible: true
|
|
pagination:
|
|
visible: false
|
|
---
|
|
|
|
# Welcome to fhEVM
|
|
|
|
## Get started
|
|
|
|
Learn the basics of fhEVM, set it up, and make it run with ease.
|
|
|
|
<table 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>Overview</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/key_concepts.md">key_concepts.md</a></td></tr><tr><td><strong>Write contract</strong></td><td>Start writing your first fhEVM smart contract.</td><td><a href=".gitbook/assets/start4.png">start4.png</a></td><td><a href="getting_started/first_smart_contract.md">getting_started/first_smart_contract.md</a></td></tr><tr><td><strong>Deploy on Ethereum</strong></td><td>Deploy confidential smart contracts on Ethereum.</td><td><a href=".gitbook/assets/start5.png">start5.png</a></td><td><a href="getting_started/ethereum.md">ethereum.md</a></td></tr></tbody></table>
|
|
|
|
## Develop a fhEVM smart contract
|
|
|
|
Start developing fhEVM smart contracts in Solidity by exploring its core features, discovering essential guides, and learning more with user-friendly tutorials.
|
|
|
|
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Fundamentals</strong></td><td>Explore core features.</td><td><ul><li><a href="getting_started/write_contract/hardhat.md">Write contract with Hardhat</a></li><li><a href="fundamentals/types.md">Use encrypted types</a></li></ul></td><td><a href=".gitbook/assets/build1.png">build1.png</a></td></tr><tr><td><strong>Guides</strong></td><td>Learn more about fhEVM implementation.</td><td><ul><li><a href="guides/smart-contracts/">Smart contracts</a></li><li><a href="guides/frontend/">Frontend</a></li></ul></td><td><a href=".gitbook/assets/build2.png">build2.png</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Build quickly with tutorials.</td><td><ul><li><a href="tutorials/see-all-tutorials.md">See all tutorials</a></li></ul></td><td><a href=".gitbook/assets/build3.png">build3.png</a></td></tr></tbody></table>
|
|
|
|
## Explore more
|
|
|
|
Access to additional resources and join the Zama community.
|
|
|
|
### References
|
|
|
|
Refer to the API and access additional resources for in-depth explanations while working with fhEVM.
|
|
|
|
- [API function specifications](references/functions.md)
|
|
- [Repositories](getting_started/repositories.md)
|
|
|
|
### Supports
|
|
|
|
Ask technical questions and discuss with the community. Our team of experts usually answers within 24 hours in working days.
|
|
|
|
- [Community forum](https://community.zama.ai/c/fhevm/15)
|
|
- [Discord channel](https://discord.com/invite/fhe-org)
|
|
- [Telegram](https://t.me/+Ojt5y-I7oR42MTkx)
|
|
|
|
### Developers
|
|
|
|
Collaborate with us to advance the FHE spaces and drive innovation together.
|
|
|
|
- [Contribute to fhEVM](developer/contribute.md)
|
|
- [Follow the development roadmap](developer/roadmap.md)
|
|
- [See the latest test release note](https://github.com/zama-ai/fhevm/releases)
|
|
- [Request a feature](https://github.com/zama-ai/fhevm/issues/new?assignees=&labels=enhancement&projects=&template=feature-request.md&title=)
|
|
- [Report a bug](https://github.com/zama-ai/fhevm/issues/new?assignees=&labels=bug&projects=&template=bug_report_fhevm.md&title=)
|
|
|
|
---
|
|
|
|
{% hint style="success" %}
|
|
**Zama 5-Question Developer Survey**
|
|
|
|
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
|
|
{% endhint %}
|