Comment on page
😎

fhEVM-solidity

A concise section to just describe the differences from pure solidity. Basically the fundamentals part but short so you just have to go over it to know what's new (need a better title)
Text about how this is the solidity library that exposes all the different FHE precompiles for contracts that Fhenix supports etc etc
Link to the full spec in the developer reference

Installation

In your code

npm
yarn
npm install fhevm
yarn add fhevm

Remix

import "fhevm/lib/TFHE.sol";

Usage and Special Features