[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5377":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},5377,"fhevm","zama-ai\u002Ffhevm","zama-ai","FHEVM, a full-stack framework for integrating Fully Homomorphic Encryption (FHE) with blockchain applications","",null,"Rust",25233,2033,112,25,0,3,44.93,"Other",false,"main",true,[24,25,26],"blockchain","fhe","privacy","2026-06-12 02:01:09","\u003Cp align=\"center\">\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"docs\u002F.gitbook\u002Fassets\u002Ffhevm-header-dark.png\">\n  \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"docs\u002F.gitbook\u002Fassets\u002Ffhevm-header-light.png\">\n  \u003Cimg width=500 alt=\"fhevm\">\n\u003C\u002Fpicture>\n\u003C\u002Fp>\n\n\u003Chr\u002F>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"fhevm-whitepaper.pdf\"> 📃 Read white paper\u003C\u002Fa> |\u003Ca href=\"https:\u002F\u002Fdocs.zama.ai\u002Fprotocol\"> 📒 Documentation\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fzama.ai\u002Fcommunity\"> 💛 Community support\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Fawesome-zama\"> 📚 FHE resources by Zama\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Ffhevm\u002Freleases\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fzama-ai\u002Ffhevm?style=flat-square\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Ffhevm\u002Fblob\u002Fmain\u002FLICENSE\">\n    \u003C!-- markdown-link-check-disable-next-line -->\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-BSD--3--Clause--Clear-%23ffb243?style=flat-square\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Fbounty-program\">\n    \u003C!-- markdown-link-check-disable-next-line -->\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FContribute-Zama%20Bounty%20Program-%23ffd208?style=flat-square\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fslsa.dev\">\u003Cimg alt=\"SLSA 3\" src=\"https:\u002F\u002Fslsa.dev\u002Fimages\u002Fgh-badge-level3.svg\" \u002F>\u003C\u002Fa>\n\u003C\u002Fp>\n\n\n## About\n\n### What is FHEVM?\n\n**FHEVM** is the core framework of the *Zama Confidential Blockchain Protocol*. It enables confidential smart contracts on EVM-compatible blockchains by leveraging Fully Homomorphic Encryption (FHE), allowing encrypted data to be processed directly onchain.\n\nFHEVM ensures both confidentiality and composability, with the following guarantees:\n- **End-to-end encryption of transactions and state:** Data included in transactions is encrypted and never visible to anyone.\n- **Composability and data availability on-chain:** States are updated while remaining encrypted at all times.\n- **No impact on existing dApps and state:** Encrypted state co-exists alongside public one, and doesn't impact existing dApps.\n\u003Cbr>\u003C\u002Fbr>\n\n### Table of contents\n\n- [About](#about)\n  - [What is FHEVM?](#what-is-fhevm)\n  - [Project structure](#project-structure)\n  - [Main features](#main-features)\n  - [Use cases](#use-cases)\n- [Resources](#resources)\n- [Working with FHEVM](#working-with-fhevm)\n  - [Citations](#citations)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [FAQ](#faq)\n- [Support](#support)\n  \u003Cbr>\u003C\u002Fbr>\n### Project structure\nThe directories of this repository are organized in the following way:\n\n###### FHEVM Contracts\n\n- **`gateway-contracts\u002F`**: Smart contracts managing the gateway between on-chain and off-chain components.\n\n- **`host-contracts\u002F`**: Smart Contracts deployed on the host chain for orchestrating FHE workflows.\n\n###### FHEVM Compute Engines\n\n- **`coprocessor\u002F`**: Rust-based coprocessor implementation for FHE operations.\n\n- **`kms-connector\u002F`**: Interface for integrating with Key Management Services (KMS) to handle encryption keys securely.\n\n###### FHEVM Utilities\n- **`charts\u002F`**: Helm charts and deployment configurations for the stack.\n\n- **`golden-container-images\u002F`**: Docker golden images for Node.js and Rust environments used as base images by the stack.\n\n- **`test-suite\u002F`**: Integration with docker-compose and tests covering end-to-end FHEVM stack behavior.\n\n\n\n  \u003Cbr>\u003C\u002Fbr>\n### Main features\n\n- **Privacy by design:** Building decentralized apps with full privacy and confidentiality on Ethereum, leveraging FHE.\n- **Solidity integration:** Write FHEVM contracts like any standard Solidity contract using Solidity. Compatible with existing toolchains — such as Hardhat and Foundry (*coming soon*).\n- **Programmable privacy:**  Define exactly what data is encrypted and write the access control logic directly in your smart contracts.\n- **High precision encrypted integers :** Up to 256 bits of precision for integers.\n- **Full range of operators:** All typical operators are available: `+`, `-`, `*`, `\u002F`, `\u003C`, `>`, `==`, ternary-if, boolean operations…. Consecutive FHE operations are not limited.\n- **Security:** The underlying FHE crypto-scheme of FHEVM is quantum-resistant. Decryption is managed via a key management system (KMS) using multi-party computation (MPC), ensuring security even if some parties are compromised or misbehaving.\n- **Symbolic execution of FHE computations:** All FHE operations are executed symbolically on the host chain, significantly reducing execution time. The actual computations on encrypted data are offloaded asynchronously to our coprocessor, allowing for faster, efficient, and scalable processing.\n\n_Learn more about FHEVM features in the [documentation](https:\u002F\u002Fdocs.zama.ai\u002Fprotocol) and in our [whitepaper](https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Ffhevm\u002Fblob\u002Fmain\u002Ffhevm-whitepaper.pdf)._\n\u003Cbr>\u003C\u002Fbr>\n\n### Use cases\n\nFHEVM is built for developers to write confidential smart contracts without the need to learn cryptography. Leveraging FHEVM, you can unlock a myriad of new use cases such as DeFi, gaming, and more. For instance:\n\n- **Confidential transfers**: Keep balances and amounts private, without using mixers.\n- **Tokenization**: Swap tokens and RWAs on-chain without others seeing the amounts.\n- **Blind auctions**: Bid on items without revealing the amount or the winner.\n- **On-chain games**: Keep moves, selections, cards, or items hidden until ready to reveal.\n- **Confidential voting**: Prevents bribery and blackmailing by keeping votes private.\n- **Encrypted DIDs**: Store identities on-chain and generate attestations without ZK.\n\n_Learn more use cases in the [list of examples](https:\u002F\u002Fdocs.zama.ai\u002Fprotocol\u002Fexamples)._\n\u003Cbr>\u003C\u002Fbr>\n\n\n## Resources\n- [Documentation](https:\u002F\u002Fdocs.zama.ai\u002Fprotocol) — Official documentation of FHEVM.\n- [Whitepaper](.\u002Ffhevm-whitepaper.pdf) — Technical overview of FHEVM's cryptographic design.\n- [Examples](https:\u002F\u002Fdocs.zama.ai\u002Fprotocol\u002Fexamples) — Examples of building confidential smart contracts.\n- [Awesome Zama – FHEVM](https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Fawesome-zama?tab=readme-ov-file#fhevm) — Curated articles, talks, and ecosystem projects.\n\n\u003Cp align=\"right\">\n  \u003Ca href=\"#about\" > ↑ Back to top \u003C\u002Fa>\n\u003C\u002Fp>\n\n## Working with FHEVM\n### Citations\n\nTo cite FHEVM or the whitepaper in academic papers, please use the following entries:\n\n```text\n@Misc{FHEVM,\ntitle={{FHEVM: A full-stack framework for integrating Fully Homomorphic Encryption (FHE) with blockchain applications},\nauthor={Zama},\nyear={2025},\nnote={\\url{https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Ffhevm}},\n}\n```\n\n### Contributing\n\nThere are two ways to contribute to FHEVM:\n\n- [Open issues](https:\u002F\u002Fgithub.com\u002Fzama-ai\u002Ffhevm\u002Fissues\u002Fnew\u002Fchoose) to report bugs and typos, or to suggest new ideas\n- Request to become an official contributor by emailing hello@zama.ai.\n\nBecoming an approved contributor involves signing our Contributor License Agreement (CLA). Only approved contributors can send pull requests, so please make sure to get in touch before you do!\n\u003Cbr>\u003C\u002Fbr>\n\n### License\n\nThis software is distributed under the **BSD-3-Clause-Clear** license. Read [this](LICENSE) for more details.\n\n### FAQ\n\n**Is Zama’s technology free to use?**\n\n> Zama’s libraries are free to use under the BSD 3-Clause Clear license only for development, research, prototyping, and experimentation purposes. However, for any commercial use of Zama's open source code, companies must purchase Zama’s commercial patent license.\n>\n> Everything we do is open source, and we are very transparent on what it means for our users, you can read more about how we monetize our open source products at Zama in [this blog post](https:\u002F\u002Fwww.zama.ai\u002Fpost\u002Fopen-source).\n\n**What do I need to do if I want to use Zama’s technology for commercial purposes?**\n\n> To commercially use Zama’s technology you need to be granted Zama’s patent license. Please contact us at hello@zama.ai for more information.\n\n**Do you file IP on your technology?**\n\n> Yes, all Zama’s technologies are patented.\n\n**Can you customize a solution for my specific use case?**\n\n> We are open to collaborating and advancing the FHE space with our partners. If you have specific needs, please email us at hello@zama.ai.\n\n## Support\n\n\u003Ca target=\"_blank\" href=\"https:\u002F\u002Fcommunity.zama.ai\">\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"docs\u002F.gitbook\u002Fassets\u002Fsupport-banner-dark.png\">\n  \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"docs\u002F.gitbook\u002Fassets\u002Fsupport-banner-light.png\">\n  \u003Cimg alt=\"Support\">\n\u003C\u002Fpicture>\n\u003C\u002Fa>\n\n🌟 If you find this project helpful or interesting, please consider giving it a star on GitHub! Your support helps to grow the community and motivates further development.\n\n\u003Cp align=\"right\">\n  \u003Ca href=\"#about\" > ↑ Back to top \u003C\u002Fa>\n\u003C\u002Fp>\n","FHEVM 是一个全栈框架，用于将全同态加密（FHE）与区块链应用集成。该项目的核心功能包括端到端的交易和状态加密、链上数据的可组合性和可用性，以及对现有去中心化应用（dApps）和状态无影响的数据处理能力。通过使用 Rust 语言开发，FHEVM 提供了高效且安全的加密计算引擎，适用于需要在保护隐私的同时进行复杂计算的场景，如金融、医疗健康等领域的智能合约开发。",2,"2026-06-11 03:02:56","top_language"]