diff --git a/docs/tutorials/see-all-tutorials.md b/docs/tutorials/see-all-tutorials.md index 53b4a512..eeecdd27 100644 --- a/docs/tutorials/see-all-tutorials.md +++ b/docs/tutorials/see-all-tutorials.md @@ -10,14 +10,6 @@ - [ERC-20](https://github.com/zama-ai/fhevm/blob/main/examples/EncryptedERC20.sol): A variation of the standard ERC20 smart contract that incorporates encrypted balances, providing additional privacy for token holders. - [Blind Auction](https://github.com/zama-ai/fhevm/blob/main/examples/BlindAuction.sol): A smart contract for conducting blind auctions where bids are encrypted and the winning bid remains private. -- [Counter](https://github.com/zama-ai/fhevm/blob/main/examples/Counter.sol): A simple contract demonstrating basic state management with an incrementable counter. -- [Rand](https://github.com/zama-ai/fhevm/blob/main/examples/Rand.sol): A contract for generating random encrypted numbers. -- [Reencrypt](https://github.com/zama-ai/fhevm/blob/main/examples/Reencrypt.sol): A contract for reencrypting various FHE data types. -- [Regression1](https://github.com/zama-ai/fhevm/blob/main/examples/Regression1.sol): A contract for service and metadata management for testing. -- [SmartAccount](https://github.com/zama-ai/fhevm/blob/main/examples/SmartAccount.sol): A smart account with batch transaction execution. -- [TFHEExecutorUpgradedExample](https://github.com/zama-ai/fhevm/blob/main/examples/TFHEExecutorUpgradedExample.sol): An upgraded version of the TFHEExecutor contract with version information. -- [TracingSubCalls](https://github.com/zama-ai/fhevm/blob/main/examples/TracingSubCalls.sol): A contract for subcall tracing and scenario testing. -- [ACLUpgradedExample](https://github.com/zama-ai/fhevm/blob/main/examples/ACLUpgradedExample.sol): An upgraded version of the Access Control List (ACL) contract with version information. For more information on individual contracts, see the [README](https://github.com/zama-ai/fhevm/blob/main/examples/README.md) in the examples folder. diff --git a/examples/README.md b/examples/README.md index fc501902..aa921f00 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,8 @@ -# fhEVM Smart Contract Examples +# FhEVM smart contract examples This directory contains example contracts that demonstrate the usage of the fhEVM (Fully Homomorphic Encryption Virtual Machine) smart contract library. These contracts showcase various features and functionalities of encrypted computations on the blockchain, enabling privacy-preserving operations and opening up new possibilities for confidential blockchain applications. -## Quick Overview +## Quick overview | Contract Name | Description | | ------------------------------- | ---------------------------------------------- | @@ -24,7 +24,7 @@ These contracts serve as examples and can be used as references when building yo For more information, refer to the [fhEVM documentation](https://docs.zama.ai/fhevm). -## Contract Summaries +## Contract summaries ### 1. **ACLUpgradedExample.sol**