Skip to main content
The Quantum Chain reference client is distributed as source. Build it with Go 1.24 or later.

Prerequisites

Build from source

The geth binary lands at build/bin/geth. Confirm:
To build all supporting tools:
This produces:

Verify the build

Run the unit-test suite:
To run only the post-quantum signature tests:

Container image

A multi-stage Dockerfile is provided at the repo root:
For all-in-one images including ancillary tooling, use Dockerfile.alltools.

System requirements

Where to go next