A curated list of awesome Fully Homomorphic Encryption (FHE) x Blockchain resources, libraries, projects, and more. This includes the innovative fhEVM technology, projects utilizing FHE within the blockchain space, educational materials & community links.
fhEVM is a technology that enables confidential smart contracts on the Ethereum Virtual Machine (EVM) using Fully Homomorphic Encryption (FHE). It is developed by Zama, and you can learn more about it in their fhEVM GitHub repository.
Key Features of fhEVM:
- End-to-end encryption of transactions and state, ensuring data included in transactions is encrypted and never visible to anyone.
- Composability and data availability on-chain, with states updated while remaining encrypted at all times.
- No impact on existing dapps and state, allowing encrypted state to co-exist alongside the public one without affecting existing dapps.
Mechanism behind fhEVM:
- Everything is encrypted under a single global FHE public key.
- The global secret key is generated using a threshold protocol (parts of the secret key are distributed among validators).
- The inputs are encrypted using the FHE public key.
- Computations on encrypted data are done locally by validators.
- Values can be decrypted by validators using the threshold protocol.
- Values can also be re-encrypted (without decryption) under another public key (let’s denote it “public key a”) using a threshold protocol. Re-encrypted values can be decrypted by the public key owner.
- Zama - An open source cryptography company building state-of-the-art FHE solutions for blockchain and AI.
- Fhenix - The first confidential L2 powered by fully homomorphic encryption.
- Shibarium - Memecoin chain that integrated Zama technology.
- PrivaSea - The world's first FHEML inference network.
- Inco - Universal confidentiality layer of web3, powered by FHE and secured by Ethereum.
- Octra - A FHE blockchain network with support for isolated execution environments.
- Mind Network - The Zero Trust Layer of Web3.
- Sunscreen - Privacy engine of the new web.
- fhEVMJS by Zama - dAPP SDK
- fhEVM by Zama
- Hardhat Example by Fhenix
- UI Demo by Fhenix
- Hardhat Plugin by Fhenix
- Indexer by Inco
- fhEVMJS by Inco
- zkFHE on risc0
- fhEVM Go by Zama
- Introduction to FHE: What is FHE, how does FHE work, how is it connected to ZK and MPC, what are the FHE use cases in and outside of the blockchain, etc.
- How to write confidential smart contracts using Zama's fhEVM - Tutorial
- Awesome Homomorphic Encryption
- Confidential ERC-20 Tokens Using Homomorphic Encryption and the fhEVM
- Morten Dahl - Homomorphic Encryption in the EVM
- Onchain Blind Auctions Using Homomorphic Encryption and the fhEVM
- Exploring Zama
- An Intro to Fully Homomorphic Encryption for Engineers
- Fully Homomorphic Encryption, the Holy Grail of Computing, by Messari
- ZKPs, FHE, MPC: Managing Private State in Blockchains, by Alliance
- The Dawn of On-Chain FHE, by Kyle Samani