Hi, when writing a smart contract on Solidity language following the video (Private Smart Contracts Using Homomorphic Encryption), there were 3 lib files used, that are not available for use in remix. Is there a repository where they can be found?
Hello @savious,
Sorry, we did not came across your question before. We did not even have a product category for our fhEVM as it’ll be released next week during EthCC.
I’ve now moved your question in this newly created category, our team will come back to you asap.
By the way, congratulation for being the first ever to ask a technical question about Zama’s soon_to_be_released fhEVM
Hey!
Our library is now available on npm and you can use it directly in Remix fhevm - npm
To use it, you need to deploy your contract on a blockchain using fhEVM. We’ll release a docker image to experiment locally, but for now you can use the node we launched for our hackathon on https://devnet.zama.ai/
Here some resources:
- Documentation of the Javascript library and Solidity library What is fhEVM ecosystem? - fhEVM
- Hardhat template using devnet.zama.ai to run contracts https://github.com/zama-ai/fhevm-hardhat-template
- Article about running encrypted ERC20 contract with fhEVM Confidential ERC-20 Tokens Using Homomorphic Encryption
- Article about running real blind auction with fhEVM https://www.zama.ai/post/on-chain-blind-auctions-using-homomorphic-encryption
I hope it will help you to play with fhEVM!
1 Like