Quick start tutorial (Hardhat)
Last updated
This tutorial guides you to start quickly with Zama’s Fully Homomorphic Encryption (FHE) technology for building confidential smart contracts.
In about 30 minutes, you'll go from a basic Solidity contract to a fully confidential one using FHEVM. Here's what you'll do:
Set up your development environment
Write a simple Solidity smart contract
Convert it into an FHEVM-compatible confidential contract
Test your FHEVM-compatible confidential contract
A basic understanding of Solidity library and Ethereum.
Some familiarity with Hardhat.
Hardhat is a development environment for compiling, deploying, testing, and debugging Ethereum smart contracts. It’s widely used in the Ethereum ecosystem.
In this tutorial, we'll introduce the FHEVM hardhat template that provides an easy way to use FHEVM.
Last updated