Quickstart

One of the advantage of fhEVM is its compatibility with the existing EVM toolings, such as Metamask wallet, Hardhat, and Remix. You can think of fhEVM as your regular EVM with additional TFHE functions to enable encryption related operations such as decryption, multiplying, and comparing values.

To get started, you can request INCO test tokens:

Add the Inco Network (Gentry Testnet) to you Metamask:

Choose your development environment:

Learn more about the newly added TFHE functionalities to the EVM:

Javascript library to generate encrypted values on the client side:

See a few implementation references:

Last updated