I’m currently developing a dApp using ConfidentialERC20
on the fhEVM and testing in mocked mode locally with Hardhat. Everything works well so far.
I would like to test the same setup in non-mocked mode (real encrypted computation) on my local machine, without deploying to Sepolia.
Is it possible to run the fhEVM coprocessor and Gateway/KMS locally in order to simulate real encrypted execution off-chain