Dytallix Testnet · Experimental
Documentation
Testnet records are not production mainnet records.
Open QuantumPassportInstall and configure
Download the package. Use Node 20.19 or later. Keep wallet files private.
Download source packagenpm ci
set -a
. config/testnet.env
set +a
npm install -g .
quantumpassport keygen --wallet ./issuer.wallet.jsonCreate 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_IDReplace 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 evidenceVerification uses the configured node's transaction receipt and block content. This release does not implement an independent consensus light client.