← Docs
Helix CLI docs
Browse Helix CLI docs

Example proof bundle + verifier

This repository includes a small synthetic Hub v0 proof bundle you can verify offline:

  • Bundle directory: fixtures/hub_example_bundle_v1/
  • Public key (base64, 32 raw bytes): fixtures/hub_example_bundle_v1/hub_test.pub.b64
  • Go verifier: tools/hubverifier-go/

Verify (offline)

cd tools/hubverifier-go
go run ./cmd/hubverify \
  --bundle ../../fixtures/hub_example_bundle_v1 \
  --pubkey hub-test=../../fixtures/hub_example_bundle_v1/hub_test.pub.b64 \
  --require-signatures

Expected output shape:

manifest: sha256:...
core: sha256:...
OK

Regenerate the example bundle

python3 tools/generate_hub_example_bundle.py --force