mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-04-17 03:00:47 -04:00
Remix
This tutorial covers the essentials steps to quickly write and deploy confidential ERC20 smart contract using the Zama Plug in.
Remix is a powerful in-browser IDE for Ethereum smart contract development. It offers a fast, intuitive way to write and deploy confidential ERC20 contracts using Zama’s fhevm plugin—no local setup required.
In this tutorial, you will learn to:
- Set up Remix for fhevm development.
- Connect your wallet (e.g., MetaMask) to Remix.
- Deploy a ConfidentialERC20 contract.
- Interact with your deployed contract directly in the Remix interface.
By the end, you’ll have a working confidential ERC20 token on Sepolia network and know how to perform encrypted transactions.