Hi.
I opened issue #143 in the fhevm-test-suite repo explaining the issue I am having. I can not run the fhEVM stack at all. And I did not receive any feedback or support on the issue so I hope that someone here might be able to help me sooner. It seems to be a crucial docker image that is not there. Should be easy to fix if that is the problem.
Any help will be much appreciated as we can not test the fhEVM without being able to start up the stack locally.
Kind regards an many thanks
Marelize
Hey!
Running the stack isn’t a straightforward process, and the fhevm-test-suite
currently works only with our in-development version, which hasn’t been released yet.
While we don’t provide community support for deploying the stack, we’re happy to assist with contract development. That said, if you share more details about the issue you’re facing, we might still be able to help.
Hi. Thank you for your response. I can pull all the images to start the environment, except ghcr.io/zama-ai/kms-core-client:${CORE_VERSION}
in the docker-compose file. I believe it is a permissioning issue on that repo. Or maybe it doesn’t exist anymore.
We implemented a confidential token (and a wrapper) using a fork of the fhevm-contracts repo. Was hoping to run the full stack including a coprocessor locally and test the stack properly for our PoC. Do you suggest that it is not possible yet?
Many thanks for helping
Indeed, this repository is not public yet.
In the meantime, you can start implementing your contract using our Hardhat template and deploy it to Sepolia: 4. Deploying the contract | fhEVM
The documentation also covers how to develop and interact with your contract on Sepolia.
Our upcoming version will also be available on Sepolia, offering better performance and an improved developer experience. However, it will be released in a few weeks.
That said, I wouldn’t recommend deploying your own infrastructure at this stage, as some repositories are still private and we do not currently provide community support for self-hosted setups.
If you want to discuss about your usecase, we can schedule a meeting and see if we can help.
Thank you for your help. We will work with the hardhat template for now then. Looking forward to the release.