See all tutorials
Start here
Go further
Code examples in GitHub
ERC-20: A variation of the standard ERC20 smart contract that incorporates encrypted balances, providing additional privacy for token holders. -
Darkpool: A smart contract that enables anonymous trading of cryptocurrencies or assets, typically used to execute large orders without affecting the market price.[by Owen Murovec]
Cipherbomb: A Hardhat-based template for developing Solidity smart contracts, with sensible defaults. - by Clément Danjou [by Clément Danjou]
Battleship: A smart contract that replicates the classic Battleship game on a blockchain in a transparent manner. [by Owen Murovec]
Governor DAO: A DAO smart contract that facilitates governance decisions through encrypted voting
Blind Auction: A smart contract for conducting blind auctions where bids are encrypted and the winning bid remains private.
Decentralized ID: A blockchain-based identity management system using smart contracts to store and manage encrypted personal data.
Blog tutorials:
Build an Encrypted Wordle Game Onchain using FHE and Zama's fhEVM - February 29, 2024
Programmable Privacy and Onchain Compliance using Homomorphic Encryption -November 23, 2023
Confidential DAO Voting Using Homomorphic Encryption - October 12, 2023
Video tutorials:
Accelerate your code testing and get code coverage using fhEVM mocks - January 30, 2024
Use the CMUX operator on Zama’s fhEVM - October 27, 2023
Workshop during ETHcc: Homomorphic Encryption in the EVM - July 18, 2023
Last updated