src/platform_network/cli_app/main.py:57-71).
Requirements
| Requirement | Value | Source |
|---|---|---|
| Python | >=3.12 | pyproject.toml:5 |
| Bittensor | >=9 (extra) | pyproject.toml:28 |
| Wallet | coldkey + hotkey | src/platform_network/config/settings.py:14-15 |
| netuid | 100 | src/platform_network/config/settings.py:12 |
Install the subnet package
The canonical install usesuv. From the base repository root (README.md:212):
master
extra (pyproject.toml:39). The Bittensor library is what provides wallet creation,
hotkey signing, and on-chain registration.
Verify the install
The installed console script is namedplatform
(pyproject.toml:43). Confirm the CLI loads and inspect the registry to confirm you can
reach the subnet:
platform --help lists the available command groups
(src/platform_network/cli_app/main.py:57-71). /v1/registry is the public registry read
served by the proxy (README.md:425).
What you do not install
You do not install or run a miner service. The CLI’s runnable components are operator and validator roles:master proxy, master broker, master supervisor, master weights,
and validator run (src/platform_network/cli_app/main.py:525-571,
src/platform_network/cli_app/main.py:574-632,
src/platform_network/cli_app/main.py:784-854). Your work as a miner is built locally and
submitted through the proxy.
Next steps
Wallet & registration
Create and register your hotkey.
Miner quickstart
Build and submit your first artifact.