Skip to content

Commit f81a031

Browse files
committed
wip documentation
1 parent 3fb0563 commit f81a031

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

crates/ev-prover/TEE.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,10 @@ MIDDLEWARE_ENDPOINT="http://testnet-server-ip:9091"
5252
TEE_APP_URL="https://fc87b8918d4489663dfe47b82f48ed4b117dc518-8080.dstack-pha-prod5.phala.network"
5353
5454
```
55-
56-
> **Note:** Middleware endpoints are hardcoded in the TEE image. If you need custom middleware endpoints, you'll need to rebuild the TEE image.
57-
58-
**4. Start the prover**
59-
60-
```bash
61-
cd celestia-zkevm
62-
63-
# Initialize prover (removes any existing state)
64-
rm -rf ~/.ev-prover
65-
cargo run -p ev-prover init
66-
67-
# Start prover in TEE mode with debug logging
68-
RUST_LOG="ev_prover=debug" cargo run --release --features tee_mode -p ev-prover start
55+
> **Note:** Middleware endpoints are derived from evolve-tee's .env in the TEE image. If you need custom middleware endpoints, you'll need to rebuild the TEE image.
6956
```
7057
71-
The prover is now running and ready to process transactions through your TEE instance.
72-
73-
---
74-
75-
## Advanced: Internal Testnet Deployment
58+
## Internal Testnet Deployment
7659
7760
> **For team members only:** This section describes deploying to the internal testnet infrastructure. You'll need SSH access to internal servers (see Lazybridging Testnet: TEE notion doc for details).
7861

0 commit comments

Comments
 (0)