Reference implementation, already live.
The Identus console is a working end-to-end example — a Lovable build that provisions a Cloud Agent, publishes a did:prism, issues verifiable credentials and verifies proofs, with a simulated fallback so nothing ever blocks the demo. Every mega-prompt in the index is a smaller slice of this exact shape.
Vol. 01 · No. 01 · Live · identus.lovable.appIdentus console — the working reference build.
A TanStack Start app that talks to a Hyperledger Identus Cloud Agent from createServerFn handlers: mint and publish DIDs, generate DIDComm invitations, issue JWT credentials (connection-bound or connectionless), request proof presentations, and deploy the whole agent stack to Fly Machines from the browser.
Publish a did:prism
POST /did-registrar/dids with authentication + assertionMethod keys, then POST /publications. Only a published DID with assertionMethod can sign a credential.
Invitation → peer channel
POST /connections returns an out-of-band invitation URL. Render it as a QR code and poll until ConnectionResponseSent. Remote wallets need a publicly reachable DIDCOMM_SERVICE_URL.
Signed verifiable credential
POST /issue-credentials/credential-offers with claims, a published issuingDID and credentialFormat JWT. Omit connectionId and supply a goalCode for connectionless issuance.
Verify without the middleman
POST /present-proof/presentations, then poll until PresentationVerified. Show the predicate only — never copy the holder's credential into your own database.
arunnadarasa/identus ↗
The full console source — server/client split, Fly provisioning, compose lab and the simulated agent implementation.
Docs · identus.ioDeveloper documentation ↗
Cloud Agent REST reference, DIDComm protocols, credential formats and the TypeScript and Kotlin edge SDKs.
More showcases land here as builders ship them.
Pick any entry from the index, choose an agent mode, paste its mega-prompt into Lovable, and your build will join the showcase.