You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **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.
69
56
```
70
57
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
76
59
77
60
> **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).
0 commit comments