- Go 1.27+
kofor building and deploying control plane images- Docker or Podman for the task runner image
- A Kubernetes cluster and kubeconfig
make build # bin/ax, bin/ax-controller, bin/ax-server
make install # install the ax CLI into $(go env GOPATH)/bin
make build-task-runner # cross-compile the runner for linux/amd64 and build its image
make push-task-runner # ...and push it (set TASK_RUNNER_REPO)Runs everything, including the mock Substrate gRPC server, in-memory store validation, and API server tests:
make test # or: go test -v ./...See CONTRIBUTING.md for contribution guidelines, CLA requirements, and PR workflows.