Dytallix Testnet · Experimental

Documentation

Testnet records are not production mainnet records.

Open QuantumPassport

Install and configure

Download the package. Use Node 20.19 or later. Keep wallet files private.

Download source package
npm ci
set -a
. config/testnet.env
set +a
npm install -g .
quantumpassport keygen --wallet ./issuer.wallet.json

Create and verify

quantumpassport create ./release.zip --schema SoftwareArtifactV1 --wallet ./issuer.wallet.json
quantumpassport verify PASSPORT_ID --asset ./release.zip --schema SoftwareArtifactV1
quantumpassport inspect PASSPORT_ID
quantumpassport history PASSPORT_ID

Replace PASSPORT_ID with the returned identifier. Asset contents stay off-chain. A complete result requires the original asset or its canonical manifest.

Reference documents

Public demonstration

Download the fixed repository, canonical manifests, CBOM, assessment, signed records, and verification results.

Download demonstration evidence

Verification uses the configured node's transaction receipt and block content. This release does not implement an independent consensus light client.