diff --git a/README.md b/README.md index 558bdef9..cfa037f3 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ _More examples are available [here](https://github.com/zama-ai/fhevm/tree/main/e ↑ Back to top

+> [!Note] >**Zama 5-Question Developer Survey** +> +> We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. 👉 **[Click here](https://www.zama.ai/developer-survey)** to participate. + ## Resources ### White paper diff --git a/docs/README.md b/docs/README.md index a5925cba..a7a0a96c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -60,4 +60,8 @@ Collaborate with us to advance the FHE spaces and drive innovation together. --- -We value your feedback! [Take a 5-question developer survey](http://zama.ai/developer-survey) to improve the fhEVM library and the documentation and help other developers use FHE. +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} diff --git a/docs/fundamentals/types/operations.md b/docs/fundamentals/types/operations.md index 2b517244..29800041 100644 --- a/docs/fundamentals/types/operations.md +++ b/docs/fundamentals/types/operations.md @@ -60,3 +60,9 @@ For more information about the supported operations, refer to the [function spec If you need a feature that is not currently available, please [consult our roadmap](../../developer/roadmap.md) for upcoming developments. You can also reach out to us on Discord or visit our community forum. If you find yourself in search of a missing feature, we encourage you to [consult our roadmap](../../developer/roadmap.md) for upcoming developments. Alternatively, don't hesitate to reach out to us on [Discord](https://discord.com/invite/fhe-org) or visit our [Community Forum](https://community.zama.ai/c/fhevm/15). + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} \ No newline at end of file diff --git a/docs/fundamentals/write_contract/hardhat.md b/docs/fundamentals/write_contract/hardhat.md index 5125fb24..2bfbec93 100644 --- a/docs/fundamentals/write_contract/hardhat.md +++ b/docs/fundamentals/write_contract/hardhat.md @@ -113,3 +113,9 @@ describe('Rand', function () { In the previous snippet, the first test will be run in every case, whether in "real" non-mocked mode (`pnpm test`), testing mocked mode (`pnpm test:mock`) or coverage (mocked) mode (`pnpm coverage:mock`). On the other hand, the second test will be run **only** in testing mocked mode, i.e only when running `pnpm test:mock`, since snapshots only works in that specific case. Actually, the second test will be skipped if run in coverage mode, since its description string ends with `[skip-on-coverage]` and similarly, we avoid the test to fail in non-mocked mode since we check that the network name is `hardhat`. ⚠️ **Warning :** Due to intrinsic limitations of the original EVM, the mocked version differ in few corner cases from the real fhEVM, the main difference is the difference in gas prices for the FHE operations. This means that before deploying to production, developers still need to run the tests with the original fhEVM node, as a final check in non-mocked mode, with `pnpm test` or `npx hardhat test`. + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} diff --git a/docs/tutorials/see-all-tutorials.md b/docs/tutorials/see-all-tutorials.md index 9cd057ff..1eef3ac6 100644 --- a/docs/tutorials/see-all-tutorials.md +++ b/docs/tutorials/see-all-tutorials.md @@ -27,3 +27,9 @@ - [Accelerate your code testing and get code coverage using fhEVM mocks](https://www.zama.ai/post/video-tutorial-accelerate-your-code-testing-and-get-code-coverage-using-fhevm-mocks) - January 2024 - [Use the CMUX operator on Zama’s fhEVM](https://www.youtube.com/watch?v=7icM0EOSvU0) - October 2023 - [Workshop during ETHcc: Homomorphic Encryption in the EVM](https://www.youtube.com/watch?v=eivfVykPP8U) - July 2023 + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %}