fhenix-hardhat-network
v0.3.2
Published
Hardhat plugin to help support Hardhat Network for FHE contract development
Downloads
166
Maintainers
Readme
Fhenix Hardhat Network Plugin
Fhenix Hardhat Network makes the built-in Hardhat network compatible with Fhenix.
By importing the fhenix-hardhat-network
plugin in hardhat.config.ts
, you can use simulated FHE operations on the Hardhat Network.
These do not perform the full FHE computations, and are meant to serve as development tools to verify contract logic. This plugin is still in its experimental phase.
Features
Enhances the following actions:
pnpm hardhat run ...
pnpm hardhat node
pnpm hardhat test
with a hook that injects the mock FHE operations to the reserved address for the FHE Operations precompile.