Skip to content

Commit 5344819

Browse files
authored
docs(common): polish the quick start (#361)
1 parent e095fa6 commit 5344819

9 files changed

Lines changed: 392 additions & 823 deletions

File tree

docs/solidity-guides/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Overview
2+

docs/solidity-guides/SUMMARY.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
- [Overview](overview.md)
1+
# Table of contents
2+
3+
* [Overview](README.md)
24

35
## Getting Started
46

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)
1113

1214
## Smart Contract
1315

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)
2830

2931
## Development Guide
3032

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

Comments
 (0)