-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into louis/update-sol-docs
- Loading branch information
Showing
12 changed files
with
67 additions
and
326 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
# Table of contents | ||
|
||
- [What is fhEVM ecosystem?](README.md) | ||
* [What is Zama's fhEVM?](README.md) | ||
|
||
## fhevmjs | ||
## Contract | ||
|
||
- [Getting Started](sdk/getting_started.md) | ||
- [Using the CLI](sdk/cli.md) | ||
- [Instance](sdk/instance.md) | ||
- [Parameters](sdk/parameters.md) | ||
- [Reencryption](sdk/reencryption.md) | ||
- ## [Examples](sdk/examples.md) | ||
- | ||
* [Getting Started](solidity/getting\_started.md) | ||
* [TFHE Library](solidity/library.md) | ||
* [Function specifications](solidity/functions.md) | ||
* [Decryption and control structures](solidity/requires.md) | ||
|
||
## Solidity | ||
## fhevmjs | ||
|
||
- [Getting Started](solidity/getting_started.md) | ||
- [TFHE Library](solidity/library.md) | ||
- [Function specifications](solidity/functions.md) | ||
- [Decryption and control structures](solidity/decryption.md) | ||
* [Getting Started](sdk/getting\_started.md) | ||
* [Using the CLI](sdk/cli.md) | ||
* [Setup an instance](sdk/instance.md) | ||
* [Inputs](sdk/inputs.md) | ||
* [Reencryption](sdk/reencryption.md) | ||
* [Examples](sdk/examples.md) | ||
|
||
## Examples | ||
## Resources | ||
|
||
- [ERC-20](examples/erc20.md) | ||
- [Blind auction](examples/blindauction.md) | ||
- [Other examples](examples/other.md) | ||
* [Tutorials](resources/tutorials.md) | ||
* [Examples](resources/examples.md) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Other examples | ||
# Examples | ||
|
||
## Solidity | ||
## Contracts | ||
|
||
- [ERC-20](https://github.com/zama-ai/fhevm-solidity/blob/main/examples/EncryptedERC20.sol) | ||
- [Blind Auction](https://github.com/zama-ai/fhevm-solidity/blob/main/examples/BlindAuction.sol) | ||
- [Governor DAO](https://github.com/zama-ai/fhevm-solidity/tree/main/examples/Governor) | ||
- [Mixnet](https://github.com/anonymousGifter/mixnet-core) by [Remi Gai](https://github.com/remi-gai) | ||
- [Battleship](https://github.com/battleship-fhevm/battleship-hardhat) by [Owen Murovec](https://github.com/omurovec) | ||
- [Darkpool](https://github.com/omurovec/fhe-darkpools) by [Owen Murovec](https://github.com/omurovec) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Tutorials | ||
|
||
- [Workshop during ETHcc](https://www.youtube.com/watch?v=eivfVykPP8U) by Morten Dahl (Zama) | ||
- [Confidential ERC-20 Tokens Using Homomorphic Encryption](https://www.zama.ai/post/confidential-erc-20-tokens-using-homomorphic-encryption) by Clément Danjou (Zama) | ||
- [On-chain Blind Auctions Using Homomorphic Encryption](https://www.zama.ai/post/on-chain-blind-auctions-using-homomorphic-encryption) by Clément Danjou (Zama) |
Oops, something went wrong.