@@ -82,18 +82,11 @@ foc-devnet start [OPTIONS]
8282
8383See [ Detailed Start Sequence] ( #detailed-start-sequence ) for information about which steps are parallelized.
8484
85- - ` --notest ` - Skip end-to-end tests. Use when rapid iteration is needed.
86-
8785** Recommended for faster startup:**
8886``` bash
8987foc-devnet start --parallel
9088```
9189
92- ** Skip tests during development:**
93- ``` bash
94- foc-devnet start --parallel --notest
95- ```
96-
9790** After successful start:**
9891- Portainer UI available at http://localhost:5700 (uses first port in configured range)
9992- Use Portainer to monitor containers, view logs, and debug issues
@@ -916,7 +909,7 @@ Steps run sequentially by default, or in parallel when using the `--parallel` fl
916909| 5 | FOC Deploy + USDFC Funding + Yugabyte | ** ⚡ YES** | Parallel contract work + DB startup |
917910| 6 | Curio SPs | No | Needs Yugabyte ready |
918911| 7 | PDP SP Registration | No | Needs Curio running for ports |
919- | 8 | Synapse E2E Test | No | Verification step |
912+ | 8 | User Setup Step | No | User setup step |
920913
921914** Time savings:** Epochs 4 and 5 run ~ 40% faster in parallel mode.
922915
@@ -969,10 +962,9 @@ Steps run sequentially by default, or in parallel when using the `--parallel` fl
969962 - Approve authorized SPs
970963 - Save provider IDs
971964
972- ** Synapse E2E Test Step:** (skipped with ` --notest ` )
965+ ** User Setup Step:**
973966 - Set up USER_1 for FOC: approve and deposit USDFC into FilecoinPay, approve FWSS as operator
974967 - Export ` devnet-info.json ` to ` ~/.foc-devnet/run/<run-id>/devnet-info.json `
975- - Run synapse-sdk storage E2E test to verify the full deal flow
976968 - After this step, USER_1 can interact with FOC storage services via synapse-sdk
977969 - USER_2 and USER_3 are funded with USDFC but not configured for FOC
978970
0 commit comments