Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.79 KB

File metadata and controls

56 lines (45 loc) · 1.79 KB
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.

Prerequisites

  • A Python runtime and the uv package manager
  • A clone of the canonical base repository

Get started

From the repository root:
```bash
uv sync --extra dev --extra master
```
Command groups include `master`, `validator`, `challenge`, `db`, and `registry`. There is no miner score subcommand for undirected Base mining.
```bash
uv run platform --help
```
```bash uv run platform master weights --once --dry-run ```
Expect `compute-only: computed <N> weights`. See [how it works](/concepts/how-it-works).

What to do next

Full BASE operator guide. Wallet + choose challenge hub. Primary miner pack (TEE). Primary miner pack (NAS).