|
2 | 2 | - [Overview](#overview)
|
3 | 3 | - [1. Setup server to run the TEE prover](#1-setup-server-to-run-the-tee-prover)
|
4 | 4 | - [2. Certificate Private Key Format](#2-certificate-private-key-format)
|
5 |
| -- [3. Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node) |
| 5 | +- [3. Setup the Scroll Archive Node (optional)](#3-setup-the-scroll-archive-node-optional) |
6 | 6 | - [4. Setup TEE prover](#4-setup-tee-prover)
|
7 | 7 | - [4.1 Setup prover using Docker image](#41-setup-prover-using-docker-image)
|
8 | 8 | - [4.2 Setup prover from source code](#42-setup-prover-from-source-code)
|
@@ -65,6 +65,7 @@ Then, you can run geth using the following command:
|
65 | 65 | **Setting l2 config in prover.json**
|
66 | 66 | - If running the Scroll Archive node on the same host as the prover, set l2 to http://172.17.0.1:8545
|
67 | 67 | - If running the Scroll Archive node on a different host as the prover, set l2 to the Public IP or DNS name of your archive node (with the correct port number).
|
| 68 | +- If you can't run the Scroll Archive node, set l2 to empty. |
68 | 69 |
|
69 | 70 | > 💡 It's strongly recommended to whitelist only your prover node for accessing the execution node.
|
70 | 71 |
|
@@ -101,10 +102,9 @@ If using HTTPS, also move your cert and key into the config folder.
|
101 | 102 | "tls": "/a/b/c"
|
102 | 103 | }
|
103 | 104 | }
|
| 105 | +``` |
104 | 106 |
|
105 | 107 | Below are the configs that you **need to provide**:
|
106 |
| - |
107 |
| -``` |
108 | 108 | * **l2**:
|
109 | 109 | * the endpoint of scroll, for example: `http://localhost:8545`.
|
110 | 110 | * To setup the scroll archive node, please check this guide: [Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
|
@@ -264,4 +264,4 @@ Expected result
|
264 | 264 |
|
265 | 265 | 4. **How long will it take for geth to sync the entire blockchain?**
|
266 | 266 |
|
267 |
| - It will take approximately 2 weeks. |
| 267 | + It will take approximately 2 weeks. |
0 commit comments