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 admin API, public proxy, broker, and weight loop can run as separate processes.
bash
uv run platform master run --config config/master.example.yaml 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