|
1 | | -- [Overview](overview.md) |
| 1 | +# Table of contents |
| 2 | + |
| 3 | +* [Overview](README.md) |
2 | 4 |
|
3 | 5 | ## Getting Started |
4 | 6 |
|
5 | | -- [What is FHEVM Solidity](getting-started/overview.md) |
6 | | -- [Set up Hardhat](hardhat/setup.md) |
7 | | -- [Quick Start - Tutorial](getting-started/README.md) |
8 | | - - [1. Setting up Hardhat](hardhat/setup.md) |
9 | | - - [2. Write a simple contract](getting-started/write_a_simple_contract.md) |
10 | | - - [3. Turn it into FHEVM](getting-started/turn_into_fhevm.md) |
| 7 | +* [What is FHEVM Solidity](getting-started/overview.md) |
| 8 | +* [Set up Hardhat](getting-started/quick-start-tutorial/setup.md) |
| 9 | +* [Quick Start Tutorial](getting-started/quick-start-tutorial/README.md) |
| 10 | + * [1. Set up Hardhat](getting-started/quick-start-tutorial/setup.md) |
| 11 | + * [2. Write a simple contract](getting-started/write_a_simple_contract.md) |
| 12 | + * [3. Turn it into FHEVM](getting-started/fhecounter.md) |
11 | 13 |
|
12 | 14 | ## Smart Contract |
13 | 15 |
|
14 | | -- [Configuration](configure.md) |
15 | | - - [Contract addresses](contract_addresses.md) |
16 | | -- [Supported types](types.md) |
17 | | -- [Operations on encrypted types](operations/README.md) |
18 | | - - [AsEbool, asEuintXX, and asEaddress operations](operations/asEXXoperators.md) |
19 | | - - [Generate random numbers](operations/random.md) |
20 | | -- [Encrypted Inputs](inputs.md) |
21 | | -- [Access Control List](acl/README.md) |
22 | | - - [ACL examples](acl/acl_examples.md) |
23 | | -- [Logics](logics/README.md) |
24 | | - - [Branching](logics/conditions.md) |
25 | | - - [Dealing with branches and conditions](logics/loop.md) |
26 | | - - [Error handling](logics/error_handling.md) |
27 | | -- [Decryption](decryption/oracle.md) -[Debugging](decryption/debugging.md) |
| 16 | +* [Configuration](configure.md) |
| 17 | + * [Contract addresses](contract_addresses.md) |
| 18 | +* [Supported types](types.md) |
| 19 | +* [Operations on encrypted types](operations/README.md) |
| 20 | + * [AsEbool, asEuintXX, and asEaddress operations](operations/asEXXoperators.md) |
| 21 | + * [Generate random numbers](operations/random.md) |
| 22 | +* [Encrypted Inputs](inputs.md) |
| 23 | +* [Access Control List](acl/README.md) |
| 24 | + * [ACL examples](acl/acl_examples.md) |
| 25 | +* [Logics](<README (1).md>) |
| 26 | + * [Branching](logics/conditions.md) |
| 27 | + * [Dealing with branches and conditions](logics/loop.md) |
| 28 | + * [Error handling](logics/error_handling.md) |
| 29 | +* [Decryption](decryption/oracle.md) |
28 | 30 |
|
29 | 31 | ## Development Guide |
30 | 32 |
|
31 | | -- [Hardhat module](hardhat/README.md) |
32 | | - - [Setup Hardhat](hardhat/setup.md) |
33 | | - - [Test](hardhat/test.md) |
34 | | - - [Deployment](hardhat/deploy.md) |
35 | | -- [Foundry](foundry.md) |
36 | | -- [HCU Estimator](hcu.md) |
| 33 | +* [Hardhat module](hardhat/README.md) |
| 34 | + * [Setup Hardhat](getting-started/quick-start-tutorial/setup.md) |
| 35 | + * [Test](hardhat/test.md) |
| 36 | + * [Deployment](hardhat/deploy.md) |
| 37 | +* [Foundry](foundry.md) |
| 38 | +* [HCU Estimator](hcu.md) |
0 commit comments