1. Setting up Remix
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide helps you set up the Zama Plugin in the official Remix IDE, enabling seamless development and management of smart contracts using the fhEVM.
Before starting, make sure you have the following:
A web browser (such as Chrome, Firefox).
Basic familiarity with Ethereum smart contracts.
A crypto wallet (we recommend using MetaMask for this tutorial).
Zama Plugin allows you to interact with confidential contracts directly within Remix. To set it up:
Open the Remix IDE by navigating to https://remix.ethereum.org.
In the left sidebar, click on the Plugin Manager.
In the Plugin Manager, select Connect to a Local Plugin.
Use the following configurations:
Plugin Name (required) : Enter Zama
.
URL(required): Enter https://remix.zama.ai/
.
Type of connection(required): Select Iframe
Location in remix (required):Select Side Panel
Click OK
.
Now that you've configured the plugin, you are able to deploy and interact with fhEVM encrypted contracts directly directly via Remix interface. Next, let's dive into the contract deployment.