Verifiable LLM attest
Fold token-by-token TinyLlama inference and attest the transcript.
ts
"text-sightline">const job = "text-sightline">await sx.compute.submit({
template: "tinyllama-attest",
scheme: "hypernova",
input: { prompt: "Few stars. Whole position." },
});
"text-sightline">const verified = "text-sightline">await job.waitForVerification();
console.log("proof", verified.proofSizeKb, "KB");
console.log("solana sig", verified.solanaSignature);