Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README_ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,11 @@ foc-devnet start [OPTIONS]

See [Detailed Start Sequence](#detailed-start-sequence) for information about which steps are parallelized.

- `--notest` - Skip end-to-end tests. Use when rapid iteration is needed.

**Recommended for faster startup:**
```bash
foc-devnet start --parallel
```

**Skip tests during development:**
```bash
foc-devnet start --parallel --notest
```

**After successful start:**
- Portainer UI available at http://localhost:5700 (uses first port in configured range)
- Use Portainer to monitor containers, view logs, and debug issues
Expand Down Expand Up @@ -916,7 +909,7 @@ Steps run sequentially by default, or in parallel when using the `--parallel` fl
| 5 | FOC Deploy + USDFC Funding + Yugabyte | **⚡ YES** | Parallel contract work + DB startup |
| 6 | Curio SPs | No | Needs Yugabyte ready |
| 7 | PDP SP Registration | No | Needs Curio running for ports |
| 8 | Synapse E2E Test | No | Verification step |
| 8 | User Setup Step | No | User setup step |

**Time savings:** Epochs 4 and 5 run ~40% faster in parallel mode.

Expand Down Expand Up @@ -969,10 +962,9 @@ Steps run sequentially by default, or in parallel when using the `--parallel` fl
- Approve authorized SPs
- Save provider IDs

**Synapse E2E Test Step:** (skipped with `--notest`)
**User Setup Step:**
- Set up USER_1 for FOC: approve and deposit USDFC into FilecoinPay, approve FWSS as operator
- Export `devnet-info.json` to `~/.foc-devnet/run/<run-id>/devnet-info.json`
- Run synapse-sdk storage E2E test to verify the full deal flow
- After this step, USER_1 can interact with FOC storage services via synapse-sdk
- USER_2 and USER_3 are funded with USDFC but not configured for FOC

Expand Down
Loading