Quick setup: verification context

Configuring verification context and verifiers for ProofPack (JS and C#)

ProofPack uses different setup for (1) wallet-only verification (IsDelegate) and (2) full proof verification (AttestedMerkleExchangeReader with attestation verifier factory and routing). The exact APIs and config shapes are in the ProofPack repo.

Conceptually you configure trusted roots and schemas, then create a verifier (for wallet checks) and a reader + verification context (for JWS/JWT). Copy-paste config from the repo rather than from this page.

See ProofPack & Agent Delegation and ProofPack on GitHubarrow-up-right.

Last updated