Hello,
First of all, thank you for your research and hard work on FHEVM — I truly appreciate it. I’m currently writing a thesis on homomorphic encryption in the context of blockchain, and FHEVM provides a fantastic foundation for exploring this space.
As part of my thesis, I’m developing a simple card game with two implementations:
- A naïve version without encryption.
- A secure version using FHEVM.
My goal is to empirically compare the two in terms of CPU and memory usage, to better understand the resource demands of FHE in this type of application.
Does this approach make sense? More specifically: Is it possible to run all required components of the FHEVM stack locally — ideally in a containerized environment — so I can monitor the CPU and memory usage of each container during execution?
Thank you in advance for your help!
Best regards,
Remo