Skip to content

Commit

Permalink
docs: commit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
poppyseedDev authored Oct 14, 2024
1 parent 5acfa3c commit 1d5a124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions docs/tutorials/see-all-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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 |
| ------------------------------- | ---------------------------------------------- |
Expand All @@ -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**

Expand Down

0 comments on commit 1d5a124

Please sign in to comment.