| title | Quickstart (operators and developers) |
|---|---|
| description | Dry-run BASE master weights with the subnet CLI. Not a miner score path. |
This quickstart runs the canonical base repository locally and computes a weight vector with the CLI in dry-run mode so nothing is submitted on-chain. It validates operator and developer tooling.
Miners: do not treat this as your contest path. Choose a challenge and open its miner pack under Challenges.
From the repository root:```bash
uv sync --extra dev --extra master
```
```bash
uv run platform --help
```
Expect `compute-only: computed <N> weights`. See [how it works](/concepts/how-it-works).