PlatformPlatform
Platform quickstart
Install the Platform repo, run validators, and start local master services.
platformquickstartinstalllocal
Install
Use `uv` to install the Python package and dev tooling.
bash
git clone https://github.com/PlatformNetwork/platform.git cd platform uv sync --extra dev uv run pytest uv run platform --help
Run local services
The single Platform API (public proxy plus the token-gated admin/registry control-plane) runs as one process; the broker and weight loop run as their own processes.
bash
uv run platform master proxy --config config/master.example.yaml uv run platform master broker --config config/master.example.yaml uv run platform master weights --config config/master.example.yaml --once --dry-run