├── .dockerignore ├── .github └── workflows │ ├── count.yml │ ├── link-checker.yml │ ├── main.yml │ └── newsletter.yml ├── .gitignore ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── data ├── case-studies │ ├── battery-passport.json │ ├── procivis-one_-internationally-usable-e-ids-and-credentials.json │ └── switzerland’s-first-production-use-of-verifiable-credentials.json ├── credential-formats │ ├── ACDC-(KERI).json │ ├── AnonCred.json │ ├── CESR-CESR-Proof.json │ ├── CWT.json │ ├── Coconut.json │ ├── Gordian-Envelope.json │ ├── ICAO-DTC.json │ ├── Idemix-attribute-based-credential.json │ ├── JWP.json │ ├── JWT-VC.json │ ├── JWT.json │ ├── LDP-VC.json │ ├── MDOC.json │ ├── SD-JWT-VC.json │ ├── SD-JWT.json │ ├── VCDM-1.1.json │ ├── VCDM-2.0.json │ └── x509.json ├── credential-profiles │ ├── AnonCreds-cardano.json │ ├── AnonCreds-cheqd.json │ ├── AnonCreds-indy.json │ ├── AnonCreds-web.json │ ├── DIIP.json │ ├── EBSI.json │ ├── HAIP.json │ ├── ICAO-DTC.json │ ├── IRMA-(Yivi)-wallet.json │ ├── ISO-mDL.json │ ├── JFFLabs-x-VC-EDU-PlugFest2-(LDP).json │ ├── JFFLabs-x-VC-EDU-PlugFest2-(VC).json │ ├── JSON-LD-VCs-with-BBS-(Credential-is-Secret).json │ ├── JSON-LD-VCs-with-BBS-(Holder-DID).json │ ├── JWT-VC-Presentation-Profile-2.json │ ├── JWT-VC-Presentation-Profile.json │ ├── NGI-Atlantic-for-OpenID4VCs.json │ ├── SD-JWT-VCs-(w--X.509-for-Issuers).json │ └── x.509.json ├── dependencies │ ├── bifold.json │ ├── credo.json │ ├── eudi-wallet.json │ ├── farmworker-wallet-os.json │ └── sd-jwt-js.json ├── issuance-protocols │ ├── ACDC.json │ ├── Coconut.json │ ├── ISO-23220-3.json │ ├── Issue-Credential-v1.json │ ├── Issue-Credential-v2.json │ ├── Issue-Credential-v3.json │ └── OpenID4VCI.json ├── key-managements │ ├── .well-known-jwt-issuer.json │ ├── cose-key.json │ ├── credential-as-secret.json │ ├── did.cheqd.json │ ├── did.dyne.json │ ├── did.ebsi.json │ ├── did.indy.json │ ├── did.ion-(long-form).json │ ├── did.ion-(short-form).json │ ├── did.jwk.json │ ├── did.keri.json │ ├── did.key.json │ ├── did.peer.json │ ├── did.web.json │ ├── jwks_uri.json │ ├── link-secrets.json │ ├── pub-key-in-X.509-cert.json │ ├── raw-public-keys-(jwk).json │ └── raw-public-keys-(none-jwk).json ├── presentation-protocols │ ├── OpenID4VP.json │ ├── Present-Proof-v2.json │ ├── PresentProof-v1.0.json │ └── Presentation-Exchange-v1.json ├── signing-algorithms │ ├── BBS+-with-public-key-binding.json │ ├── BoundBBS+.json │ ├── CL.json │ ├── Coconut.json │ ├── ECDSA.json │ ├── EdDSA.json │ ├── ML-DSA.json │ ├── PS.json │ ├── RSA.json │ └── Schnorr.json ├── status-algorithms │ ├── BBF18-cryptographic-accumulator-based-on-RSA.json │ ├── CRL-certificate-revocation-list.json │ ├── Indy-Revocation.json │ ├── JWT-CWT-status-list.json │ ├── Non-Revocation-Token.json │ ├── RSA-B-cryptographic-accumulator-based-on-RSA.json │ ├── SLTD-database-(travel-and-identity-documents).json │ ├── Status-List-2021.json │ ├── Token-Status-List.json │ ├── VB20-cryptographic-accumulator-based-on-pairings.json │ ├── Validity-Credential.json │ ├── medium-term-expiration.json │ └── short-term-expiration.json ├── trust-managements │ ├── EBSI-Trust-Registries.json │ ├── IRMA-(Yivi)-Schemes.json │ ├── OpenID-Connect-Federation.json │ ├── TRAIN.json │ ├── Trusted-Lists.json │ ├── Verified-issuer-certificate-authority-list-(VICAL).json │ ├── Verifier-knows-Issuers.json │ └── X.509-certificates.json └── wallets │ ├── aceid-wallet.json │ ├── altme.json │ ├── anonyome-enterprise-wallet.json │ ├── anonyome-wallet.json │ ├── apple-wallet.json │ ├── atala-prism.json │ ├── authenticator.json │ ├── bc-wallet.json │ ├── blockcerts-unversal-verifier.json │ ├── blockcerts-wallet.json │ ├── corposign-did.json │ ├── credenco-business-wallet.json │ ├── datakeeper.json │ ├── did-wallet.json │ ├── digidentity-wallet.json │ ├── digital-id-wallet.json │ ├── dock-certs.json │ ├── dock-wallet.json │ ├── eecc-did-controller.json │ ├── eecc-verifier.json │ ├── endorser-mobile.json │ ├── entidad-unmio-mobile.json │ ├── entidad-unmio.json │ ├── esatus-wallet.json │ ├── essif-wallet.json │ ├── farmworker-wallet-os.json │ ├── forkbomb-didroom.json │ ├── gataca-studio.json │ ├── gataca.json │ ├── gimly.json │ ├── helix-id.json │ ├── hightrust.id.json │ ├── holdr.json │ ├── hologram.json │ ├── hovi-business-wallet.json │ ├── hovi-cloud-wallet.json │ ├── hovi-mobile-wallet.json │ ├── icef.json │ ├── identry.json │ ├── igrant.io-data-wallet.json │ ├── igrant.io-enterprise-wallet.json │ ├── izertis-identfy.json │ ├── kaytrust-provider.json │ ├── kaytrust-wallet.json │ ├── learner-credential-wallet.json │ ├── lissi-eudi-wallet-connector.json │ ├── lissi-wallet.json │ ├── mattr-wallet.json │ ├── meeco-holder-wallet.json │ ├── meeco-organisation-wallet.json │ ├── microsoft-entra.json │ ├── mykeepin.json │ ├── mynextid.json │ ├── nextcert-issuer.json │ ├── orbit-edge-wallet.json │ ├── orbit-enterprise.json │ ├── organization-wallet.json │ ├── paradym-wallet.json │ ├── paradym.json │ ├── passivebolt-keyshare.json │ ├── preparese-mobile.json │ ├── procivis-one-core.json │ ├── procivis-one-desk.json │ ├── procivis-one-verifier.json │ ├── procivis-one-wallet.json │ ├── proven.json │ ├── selfkey-wallet.json │ ├── sowl.json │ ├── sphereon-wallet.json │ ├── spherity-wallet.json │ ├── swisssign-wallet.json │ ├── talao.json │ ├── trisic-id.json │ ├── trisic-platform.json │ ├── verida.json │ ├── vidcredentials.json │ ├── vidos-id.json │ ├── vidua.json │ ├── vidwallet.json │ ├── walt.id.json │ ├── wwwallet.json │ ├── yivi.json │ ├── yourd-connect.json │ ├── yourd-studio.json │ └── zada.json ├── schemas ├── case-study.json ├── credential-format.json ├── credential-profile.json ├── defs.json ├── dependency.json ├── issuance-protocol.json ├── key-management.json ├── presentation-protocol.json ├── signing-algorithm.json ├── status-algorithm.json ├── trust-management.json └── wallet.json └── viewer ├── .editorconfig ├── .env.example ├── .gitignore ├── .vscode ├── extensions.json ├── launch.json └── tasks.json ├── README.md ├── angular.json ├── eslint.config.js ├── package-lock.json ├── package.json ├── playwright-report └── index.html ├── scripts ├── copy-images.mjs ├── link-checker.mjs ├── mail-template.hbs ├── merge-wallets.mjs ├── newsletter.mjs ├── profiles │ ├── merge.mjs │ ├── schema.mjs │ ├── validate.mjs │ └── values.mjs ├── scale-images.mjs └── validate.mjs ├── server.ts ├── src ├── app │ ├── app.component.html │ ├── app.component.scss │ ├── app.component.ts │ ├── app.config.server.ts │ ├── app.config.ts │ ├── app.routes.ts │ ├── case-studies │ │ ├── case-studies-add │ │ │ ├── case-studies-add.component.html │ │ │ ├── case-studies-add.component.scss │ │ │ ├── case-studies-add.component.spec.ts │ │ │ └── case-studies-add.component.ts │ │ ├── case-studies-data.ts │ │ ├── case-studies-element │ │ │ ├── case-studies-element.component.html │ │ │ ├── case-studies-element.component.scss │ │ │ ├── case-studies-element.component.spec.ts │ │ │ └── case-studies-element.component.ts │ │ ├── case-studies-list-embedded │ │ │ ├── case-studies-list-embedded.component.html │ │ │ ├── case-studies-list-embedded.component.scss │ │ │ ├── case-studies-list-embedded.component.spec.ts │ │ │ └── case-studies-list-embedded.component.ts │ │ ├── case-studies-list │ │ │ ├── case-studies-list.component.html │ │ │ ├── case-studies-list.component.scss │ │ │ ├── case-studies-list.component.spec.ts │ │ │ └── case-studies-list.component.ts │ │ ├── case-studies-show │ │ │ ├── case-studies-show.component.html │ │ │ ├── case-studies-show.component.scss │ │ │ ├── case-studies-show.component.spec.ts │ │ │ └── case-studies-show.component.ts │ │ ├── case-studies.service.spec.ts │ │ ├── case-studies.service.ts │ │ └── types.ts │ ├── credential-profiles │ │ ├── app.service.ts │ │ ├── credential-profile-list │ │ │ ├── credential-profile-list.component.html │ │ │ ├── credential-profile-list.component.scss │ │ │ ├── credential-profile-list.component.spec.ts │ │ │ └── credential-profile-list.component.ts │ │ ├── credential-profile-show │ │ │ ├── credential-profile-show.component.html │ │ │ ├── credential-profile-show.component.scss │ │ │ ├── credential-profile-show.component.spec.ts │ │ │ └── credential-profile-show.component.ts │ │ ├── filter │ │ │ ├── filter.component.html │ │ │ ├── filter.component.scss │ │ │ ├── filter.component.spec.ts │ │ │ └── filter.component.ts │ │ ├── format.pipe.ts │ │ └── resources.ts │ ├── definition │ │ ├── definition.component.html │ │ ├── definition.component.scss │ │ ├── definition.component.spec.ts │ │ └── definition.component.ts │ ├── dependencies │ │ ├── dependencies-add │ │ │ ├── dependencies-add.component.html │ │ │ ├── dependencies-add.component.scss │ │ │ ├── dependencies-add.component.spec.ts │ │ │ └── dependencies-add.component.ts │ │ ├── dependencies-data.ts │ │ ├── dependencies-filter │ │ │ ├── dependencies-filter.component.html │ │ │ ├── dependencies-filter.component.scss │ │ │ ├── dependencies-filter.component.spec.ts │ │ │ └── dependencies-filter.component.ts │ │ ├── dependencies-list-embedded │ │ │ ├── dependencies-list-embedded.component.html │ │ │ ├── dependencies-list-embedded.component.scss │ │ │ ├── dependencies-list-embedded.component.spec.ts │ │ │ └── dependencies-list-embedded.component.ts │ │ ├── dependencies-list │ │ │ ├── dependencies-list.component.html │ │ │ ├── dependencies-list.component.scss │ │ │ ├── dependencies-list.component.spec.ts │ │ │ └── dependencies-list.component.ts │ │ ├── dependencies-show │ │ │ ├── dependencies-show.component.html │ │ │ ├── dependencies-show.component.scss │ │ │ ├── dependencies-show.component.spec.ts │ │ │ └── dependencies-show.component.ts │ │ ├── dependencies.service.spec.ts │ │ ├── dependencies.service.ts │ │ ├── github-response.ts │ │ └── types.ts │ ├── home │ │ ├── home.component.html │ │ ├── home.component.scss │ │ ├── home.component.spec.ts │ │ └── home.component.ts │ ├── info │ │ ├── info.component.html │ │ ├── info.component.scss │ │ ├── info.component.spec.ts │ │ └── info.component.ts │ ├── resources │ │ ├── resources-list │ │ │ ├── resources-list.component.html │ │ │ ├── resources-list.component.scss │ │ │ ├── resources-list.component.spec.ts │ │ │ └── resources-list.component.ts │ │ └── resources-show │ │ │ ├── resources-show.component.html │ │ │ ├── resources-show.component.scss │ │ │ ├── resources-show.component.spec.ts │ │ │ └── resources-show.component.ts │ ├── seo-resolver.ts │ └── wallets │ │ ├── types.ts │ │ ├── wallets-add │ │ ├── wallets-add.component.html │ │ ├── wallets-add.component.scss │ │ ├── wallets-add.component.spec.ts │ │ └── wallets-add.component.ts │ │ ├── wallets-data.ts │ │ ├── wallets-list-filter │ │ ├── wallets-list-filter.component.html │ │ ├── wallets-list-filter.component.scss │ │ ├── wallets-list-filter.component.spec.ts │ │ └── wallets-list-filter.component.ts │ │ ├── wallets-list │ │ ├── wallets-list.component.html │ │ ├── wallets-list.component.scss │ │ ├── wallets-list.component.spec.ts │ │ └── wallets-list.component.ts │ │ ├── wallets-show │ │ ├── wallets-show.component.html │ │ ├── wallets-show.component.scss │ │ ├── wallets-show.component.spec.ts │ │ └── wallets-show.component.ts │ │ ├── wallets.service.spec.ts │ │ └── wallets.service.ts ├── assets │ ├── .gitkeep │ ├── app-store-badge.svg │ ├── def.md │ ├── default-image.png │ ├── discord-icon.svg │ ├── github-mark.svg │ ├── github.svg │ ├── google-play-badge.svg │ ├── logos │ │ ├── Gimly-wallet.png │ │ ├── VIDwallet.png │ │ ├── altme.png │ │ ├── anonyome.png │ │ ├── apple-wallet.png │ │ ├── atala-prism.png │ │ ├── authenticator.png │ │ ├── bc-wallet.png │ │ ├── blockcerts-unversal-verifier.png │ │ ├── blockcerts-wallet.png │ │ ├── blockpass.png │ │ ├── certishare-wallet.png │ │ ├── corposign-did.svg │ │ ├── data-wallet.png │ │ ├── datakeeper.png │ │ ├── eecc-did-controller.png │ │ ├── eecc-verifier.png │ │ ├── esatus-wallet.png │ │ ├── essif-wallet.svg │ │ ├── gataca.png │ │ ├── gimly.svg │ │ ├── helix-id.png │ │ ├── hightrust.png │ │ ├── holdr.png │ │ ├── hologram.png │ │ ├── icef.png │ │ ├── identry.png │ │ ├── igrant.io-wallet.png │ │ ├── izertis-identfy-logo-blue.png │ │ ├── kaytrust-wallet.png │ │ ├── lcw-wallet.png │ │ ├── learner-credential-wallet.png │ │ ├── lissi.png │ │ ├── mattr-wallet.png │ │ ├── meeco.png │ │ ├── microsoft-entra.png │ │ ├── mykeepin.png │ │ ├── nextcert-issuer.png │ │ ├── open-wallet.png │ │ ├── orbit-edge-wallet.webp │ │ ├── orbit-enterprise.png │ │ ├── paradym-wallet.png │ │ ├── passivebolt-keyshare.webp │ │ ├── procivis-one-core.png │ │ ├── procivis-one-verifier.png │ │ ├── procivis-one-wallet.png │ │ ├── proven.png │ │ ├── sphereon-wallet.png │ │ ├── spherity-wallet.png │ │ ├── talao.png │ │ ├── trisic-id.png │ │ ├── trisic-platform.png │ │ ├── verida.svg │ │ ├── vidcredentials.svg │ │ ├── vidua.png │ │ ├── walt-id.png │ │ ├── wwwallet.png │ │ ├── yivi.png │ │ └── zada.png │ ├── openwallet-foundation.svg │ ├── project-icon.png │ └── structure.json ├── environments │ ├── environment.development.ts │ ├── environment.ssr.ts │ └── environment.ts ├── index.html ├── main.server.ts ├── main.ts ├── styles.scss └── theme.scss ├── test-results └── .last-run.json ├── tsconfig.app.json ├── tsconfig.json └── tsconfig.spec.json /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/workflows/count.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/.github/workflows/count.yml -------------------------------------------------------------------------------- /.github/workflows/link-checker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/.github/workflows/link-checker.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.github/workflows/newsletter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/.github/workflows/newsletter.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | errors -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/README.md -------------------------------------------------------------------------------- /data/case-studies/battery-passport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/case-studies/battery-passport.json -------------------------------------------------------------------------------- /data/case-studies/procivis-one_-internationally-usable-e-ids-and-credentials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/case-studies/procivis-one_-internationally-usable-e-ids-and-credentials.json -------------------------------------------------------------------------------- /data/case-studies/switzerland’s-first-production-use-of-verifiable-credentials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/case-studies/switzerland’s-first-production-use-of-verifiable-credentials.json -------------------------------------------------------------------------------- /data/credential-formats/ACDC-(KERI).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/ACDC-(KERI).json -------------------------------------------------------------------------------- /data/credential-formats/AnonCred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/AnonCred.json -------------------------------------------------------------------------------- /data/credential-formats/CESR-CESR-Proof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/CESR-CESR-Proof.json -------------------------------------------------------------------------------- /data/credential-formats/CWT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/CWT.json -------------------------------------------------------------------------------- /data/credential-formats/Coconut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/Coconut.json -------------------------------------------------------------------------------- /data/credential-formats/Gordian-Envelope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/Gordian-Envelope.json -------------------------------------------------------------------------------- /data/credential-formats/ICAO-DTC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/ICAO-DTC.json -------------------------------------------------------------------------------- /data/credential-formats/Idemix-attribute-based-credential.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/Idemix-attribute-based-credential.json -------------------------------------------------------------------------------- /data/credential-formats/JWP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/JWP.json -------------------------------------------------------------------------------- /data/credential-formats/JWT-VC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/JWT-VC.json -------------------------------------------------------------------------------- /data/credential-formats/JWT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/JWT.json -------------------------------------------------------------------------------- /data/credential-formats/LDP-VC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/LDP-VC.json -------------------------------------------------------------------------------- /data/credential-formats/MDOC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/MDOC.json -------------------------------------------------------------------------------- /data/credential-formats/SD-JWT-VC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/SD-JWT-VC.json -------------------------------------------------------------------------------- /data/credential-formats/SD-JWT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/SD-JWT.json -------------------------------------------------------------------------------- /data/credential-formats/VCDM-1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/VCDM-1.1.json -------------------------------------------------------------------------------- /data/credential-formats/VCDM-2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/VCDM-2.0.json -------------------------------------------------------------------------------- /data/credential-formats/x509.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-formats/x509.json -------------------------------------------------------------------------------- /data/credential-profiles/AnonCreds-cardano.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/AnonCreds-cardano.json -------------------------------------------------------------------------------- /data/credential-profiles/AnonCreds-cheqd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/AnonCreds-cheqd.json -------------------------------------------------------------------------------- /data/credential-profiles/AnonCreds-indy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/AnonCreds-indy.json -------------------------------------------------------------------------------- /data/credential-profiles/AnonCreds-web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/AnonCreds-web.json -------------------------------------------------------------------------------- /data/credential-profiles/DIIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/DIIP.json -------------------------------------------------------------------------------- /data/credential-profiles/EBSI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/EBSI.json -------------------------------------------------------------------------------- /data/credential-profiles/HAIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/HAIP.json -------------------------------------------------------------------------------- /data/credential-profiles/ICAO-DTC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/ICAO-DTC.json -------------------------------------------------------------------------------- /data/credential-profiles/IRMA-(Yivi)-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/IRMA-(Yivi)-wallet.json -------------------------------------------------------------------------------- /data/credential-profiles/ISO-mDL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/ISO-mDL.json -------------------------------------------------------------------------------- /data/credential-profiles/JFFLabs-x-VC-EDU-PlugFest2-(LDP).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/JFFLabs-x-VC-EDU-PlugFest2-(LDP).json -------------------------------------------------------------------------------- /data/credential-profiles/JFFLabs-x-VC-EDU-PlugFest2-(VC).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/JFFLabs-x-VC-EDU-PlugFest2-(VC).json -------------------------------------------------------------------------------- /data/credential-profiles/JSON-LD-VCs-with-BBS-(Credential-is-Secret).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/JSON-LD-VCs-with-BBS-(Credential-is-Secret).json -------------------------------------------------------------------------------- /data/credential-profiles/JSON-LD-VCs-with-BBS-(Holder-DID).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/JSON-LD-VCs-with-BBS-(Holder-DID).json -------------------------------------------------------------------------------- /data/credential-profiles/JWT-VC-Presentation-Profile-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/JWT-VC-Presentation-Profile-2.json -------------------------------------------------------------------------------- /data/credential-profiles/JWT-VC-Presentation-Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/JWT-VC-Presentation-Profile.json -------------------------------------------------------------------------------- /data/credential-profiles/NGI-Atlantic-for-OpenID4VCs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/NGI-Atlantic-for-OpenID4VCs.json -------------------------------------------------------------------------------- /data/credential-profiles/SD-JWT-VCs-(w--X.509-for-Issuers).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/SD-JWT-VCs-(w--X.509-for-Issuers).json -------------------------------------------------------------------------------- /data/credential-profiles/x.509.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/credential-profiles/x.509.json -------------------------------------------------------------------------------- /data/dependencies/bifold.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/dependencies/bifold.json -------------------------------------------------------------------------------- /data/dependencies/credo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/dependencies/credo.json -------------------------------------------------------------------------------- /data/dependencies/eudi-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/dependencies/eudi-wallet.json -------------------------------------------------------------------------------- /data/dependencies/farmworker-wallet-os.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/dependencies/farmworker-wallet-os.json -------------------------------------------------------------------------------- /data/dependencies/sd-jwt-js.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/dependencies/sd-jwt-js.json -------------------------------------------------------------------------------- /data/issuance-protocols/ACDC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/ACDC.json -------------------------------------------------------------------------------- /data/issuance-protocols/Coconut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/Coconut.json -------------------------------------------------------------------------------- /data/issuance-protocols/ISO-23220-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/ISO-23220-3.json -------------------------------------------------------------------------------- /data/issuance-protocols/Issue-Credential-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/Issue-Credential-v1.json -------------------------------------------------------------------------------- /data/issuance-protocols/Issue-Credential-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/Issue-Credential-v2.json -------------------------------------------------------------------------------- /data/issuance-protocols/Issue-Credential-v3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/Issue-Credential-v3.json -------------------------------------------------------------------------------- /data/issuance-protocols/OpenID4VCI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/issuance-protocols/OpenID4VCI.json -------------------------------------------------------------------------------- /data/key-managements/.well-known-jwt-issuer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/.well-known-jwt-issuer.json -------------------------------------------------------------------------------- /data/key-managements/cose-key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/cose-key.json -------------------------------------------------------------------------------- /data/key-managements/credential-as-secret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/credential-as-secret.json -------------------------------------------------------------------------------- /data/key-managements/did.cheqd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.cheqd.json -------------------------------------------------------------------------------- /data/key-managements/did.dyne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.dyne.json -------------------------------------------------------------------------------- /data/key-managements/did.ebsi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.ebsi.json -------------------------------------------------------------------------------- /data/key-managements/did.indy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.indy.json -------------------------------------------------------------------------------- /data/key-managements/did.ion-(long-form).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.ion-(long-form).json -------------------------------------------------------------------------------- /data/key-managements/did.ion-(short-form).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.ion-(short-form).json -------------------------------------------------------------------------------- /data/key-managements/did.jwk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.jwk.json -------------------------------------------------------------------------------- /data/key-managements/did.keri.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.keri.json -------------------------------------------------------------------------------- /data/key-managements/did.key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.key.json -------------------------------------------------------------------------------- /data/key-managements/did.peer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.peer.json -------------------------------------------------------------------------------- /data/key-managements/did.web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/did.web.json -------------------------------------------------------------------------------- /data/key-managements/jwks_uri.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/jwks_uri.json -------------------------------------------------------------------------------- /data/key-managements/link-secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/link-secrets.json -------------------------------------------------------------------------------- /data/key-managements/pub-key-in-X.509-cert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/pub-key-in-X.509-cert.json -------------------------------------------------------------------------------- /data/key-managements/raw-public-keys-(jwk).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/raw-public-keys-(jwk).json -------------------------------------------------------------------------------- /data/key-managements/raw-public-keys-(none-jwk).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/key-managements/raw-public-keys-(none-jwk).json -------------------------------------------------------------------------------- /data/presentation-protocols/OpenID4VP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/presentation-protocols/OpenID4VP.json -------------------------------------------------------------------------------- /data/presentation-protocols/Present-Proof-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/presentation-protocols/Present-Proof-v2.json -------------------------------------------------------------------------------- /data/presentation-protocols/PresentProof-v1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/presentation-protocols/PresentProof-v1.0.json -------------------------------------------------------------------------------- /data/presentation-protocols/Presentation-Exchange-v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/presentation-protocols/Presentation-Exchange-v1.json -------------------------------------------------------------------------------- /data/signing-algorithms/BBS+-with-public-key-binding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/BBS+-with-public-key-binding.json -------------------------------------------------------------------------------- /data/signing-algorithms/BoundBBS+.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/BoundBBS+.json -------------------------------------------------------------------------------- /data/signing-algorithms/CL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/CL.json -------------------------------------------------------------------------------- /data/signing-algorithms/Coconut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/Coconut.json -------------------------------------------------------------------------------- /data/signing-algorithms/ECDSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/ECDSA.json -------------------------------------------------------------------------------- /data/signing-algorithms/EdDSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/EdDSA.json -------------------------------------------------------------------------------- /data/signing-algorithms/ML-DSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/ML-DSA.json -------------------------------------------------------------------------------- /data/signing-algorithms/PS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/PS.json -------------------------------------------------------------------------------- /data/signing-algorithms/RSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/RSA.json -------------------------------------------------------------------------------- /data/signing-algorithms/Schnorr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/signing-algorithms/Schnorr.json -------------------------------------------------------------------------------- /data/status-algorithms/BBF18-cryptographic-accumulator-based-on-RSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/BBF18-cryptographic-accumulator-based-on-RSA.json -------------------------------------------------------------------------------- /data/status-algorithms/CRL-certificate-revocation-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/CRL-certificate-revocation-list.json -------------------------------------------------------------------------------- /data/status-algorithms/Indy-Revocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/Indy-Revocation.json -------------------------------------------------------------------------------- /data/status-algorithms/JWT-CWT-status-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/JWT-CWT-status-list.json -------------------------------------------------------------------------------- /data/status-algorithms/Non-Revocation-Token.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/Non-Revocation-Token.json -------------------------------------------------------------------------------- /data/status-algorithms/RSA-B-cryptographic-accumulator-based-on-RSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/RSA-B-cryptographic-accumulator-based-on-RSA.json -------------------------------------------------------------------------------- /data/status-algorithms/SLTD-database-(travel-and-identity-documents).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/SLTD-database-(travel-and-identity-documents).json -------------------------------------------------------------------------------- /data/status-algorithms/Status-List-2021.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/Status-List-2021.json -------------------------------------------------------------------------------- /data/status-algorithms/Token-Status-List.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/Token-Status-List.json -------------------------------------------------------------------------------- /data/status-algorithms/VB20-cryptographic-accumulator-based-on-pairings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/VB20-cryptographic-accumulator-based-on-pairings.json -------------------------------------------------------------------------------- /data/status-algorithms/Validity-Credential.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/Validity-Credential.json -------------------------------------------------------------------------------- /data/status-algorithms/medium-term-expiration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/medium-term-expiration.json -------------------------------------------------------------------------------- /data/status-algorithms/short-term-expiration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/status-algorithms/short-term-expiration.json -------------------------------------------------------------------------------- /data/trust-managements/EBSI-Trust-Registries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/EBSI-Trust-Registries.json -------------------------------------------------------------------------------- /data/trust-managements/IRMA-(Yivi)-Schemes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/IRMA-(Yivi)-Schemes.json -------------------------------------------------------------------------------- /data/trust-managements/OpenID-Connect-Federation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/OpenID-Connect-Federation.json -------------------------------------------------------------------------------- /data/trust-managements/TRAIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/TRAIN.json -------------------------------------------------------------------------------- /data/trust-managements/Trusted-Lists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/Trusted-Lists.json -------------------------------------------------------------------------------- /data/trust-managements/Verified-issuer-certificate-authority-list-(VICAL).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/Verified-issuer-certificate-authority-list-(VICAL).json -------------------------------------------------------------------------------- /data/trust-managements/Verifier-knows-Issuers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/Verifier-knows-Issuers.json -------------------------------------------------------------------------------- /data/trust-managements/X.509-certificates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/trust-managements/X.509-certificates.json -------------------------------------------------------------------------------- /data/wallets/aceid-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/aceid-wallet.json -------------------------------------------------------------------------------- /data/wallets/altme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/altme.json -------------------------------------------------------------------------------- /data/wallets/anonyome-enterprise-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/anonyome-enterprise-wallet.json -------------------------------------------------------------------------------- /data/wallets/anonyome-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/anonyome-wallet.json -------------------------------------------------------------------------------- /data/wallets/apple-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/apple-wallet.json -------------------------------------------------------------------------------- /data/wallets/atala-prism.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/atala-prism.json -------------------------------------------------------------------------------- /data/wallets/authenticator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/authenticator.json -------------------------------------------------------------------------------- /data/wallets/bc-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/bc-wallet.json -------------------------------------------------------------------------------- /data/wallets/blockcerts-unversal-verifier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/blockcerts-unversal-verifier.json -------------------------------------------------------------------------------- /data/wallets/blockcerts-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/blockcerts-wallet.json -------------------------------------------------------------------------------- /data/wallets/corposign-did.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/corposign-did.json -------------------------------------------------------------------------------- /data/wallets/credenco-business-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/credenco-business-wallet.json -------------------------------------------------------------------------------- /data/wallets/datakeeper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/datakeeper.json -------------------------------------------------------------------------------- /data/wallets/did-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/did-wallet.json -------------------------------------------------------------------------------- /data/wallets/digidentity-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/digidentity-wallet.json -------------------------------------------------------------------------------- /data/wallets/digital-id-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/digital-id-wallet.json -------------------------------------------------------------------------------- /data/wallets/dock-certs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/dock-certs.json -------------------------------------------------------------------------------- /data/wallets/dock-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/dock-wallet.json -------------------------------------------------------------------------------- /data/wallets/eecc-did-controller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/eecc-did-controller.json -------------------------------------------------------------------------------- /data/wallets/eecc-verifier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/eecc-verifier.json -------------------------------------------------------------------------------- /data/wallets/endorser-mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/endorser-mobile.json -------------------------------------------------------------------------------- /data/wallets/entidad-unmio-mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/entidad-unmio-mobile.json -------------------------------------------------------------------------------- /data/wallets/entidad-unmio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/entidad-unmio.json -------------------------------------------------------------------------------- /data/wallets/esatus-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/esatus-wallet.json -------------------------------------------------------------------------------- /data/wallets/essif-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/essif-wallet.json -------------------------------------------------------------------------------- /data/wallets/farmworker-wallet-os.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/farmworker-wallet-os.json -------------------------------------------------------------------------------- /data/wallets/forkbomb-didroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/forkbomb-didroom.json -------------------------------------------------------------------------------- /data/wallets/gataca-studio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/gataca-studio.json -------------------------------------------------------------------------------- /data/wallets/gataca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/gataca.json -------------------------------------------------------------------------------- /data/wallets/gimly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/gimly.json -------------------------------------------------------------------------------- /data/wallets/helix-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/helix-id.json -------------------------------------------------------------------------------- /data/wallets/hightrust.id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/hightrust.id.json -------------------------------------------------------------------------------- /data/wallets/holdr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/holdr.json -------------------------------------------------------------------------------- /data/wallets/hologram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/hologram.json -------------------------------------------------------------------------------- /data/wallets/hovi-business-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/hovi-business-wallet.json -------------------------------------------------------------------------------- /data/wallets/hovi-cloud-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/hovi-cloud-wallet.json -------------------------------------------------------------------------------- /data/wallets/hovi-mobile-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/hovi-mobile-wallet.json -------------------------------------------------------------------------------- /data/wallets/icef.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/icef.json -------------------------------------------------------------------------------- /data/wallets/identry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/identry.json -------------------------------------------------------------------------------- /data/wallets/igrant.io-data-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/igrant.io-data-wallet.json -------------------------------------------------------------------------------- /data/wallets/igrant.io-enterprise-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/igrant.io-enterprise-wallet.json -------------------------------------------------------------------------------- /data/wallets/izertis-identfy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/izertis-identfy.json -------------------------------------------------------------------------------- /data/wallets/kaytrust-provider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/kaytrust-provider.json -------------------------------------------------------------------------------- /data/wallets/kaytrust-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/kaytrust-wallet.json -------------------------------------------------------------------------------- /data/wallets/learner-credential-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/learner-credential-wallet.json -------------------------------------------------------------------------------- /data/wallets/lissi-eudi-wallet-connector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/lissi-eudi-wallet-connector.json -------------------------------------------------------------------------------- /data/wallets/lissi-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/lissi-wallet.json -------------------------------------------------------------------------------- /data/wallets/mattr-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/mattr-wallet.json -------------------------------------------------------------------------------- /data/wallets/meeco-holder-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/meeco-holder-wallet.json -------------------------------------------------------------------------------- /data/wallets/meeco-organisation-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/meeco-organisation-wallet.json -------------------------------------------------------------------------------- /data/wallets/microsoft-entra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/microsoft-entra.json -------------------------------------------------------------------------------- /data/wallets/mykeepin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/mykeepin.json -------------------------------------------------------------------------------- /data/wallets/mynextid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/mynextid.json -------------------------------------------------------------------------------- /data/wallets/nextcert-issuer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/nextcert-issuer.json -------------------------------------------------------------------------------- /data/wallets/orbit-edge-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/orbit-edge-wallet.json -------------------------------------------------------------------------------- /data/wallets/orbit-enterprise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/orbit-enterprise.json -------------------------------------------------------------------------------- /data/wallets/organization-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/organization-wallet.json -------------------------------------------------------------------------------- /data/wallets/paradym-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/paradym-wallet.json -------------------------------------------------------------------------------- /data/wallets/paradym.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/paradym.json -------------------------------------------------------------------------------- /data/wallets/passivebolt-keyshare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/passivebolt-keyshare.json -------------------------------------------------------------------------------- /data/wallets/preparese-mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/preparese-mobile.json -------------------------------------------------------------------------------- /data/wallets/procivis-one-core.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/procivis-one-core.json -------------------------------------------------------------------------------- /data/wallets/procivis-one-desk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/procivis-one-desk.json -------------------------------------------------------------------------------- /data/wallets/procivis-one-verifier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/procivis-one-verifier.json -------------------------------------------------------------------------------- /data/wallets/procivis-one-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/procivis-one-wallet.json -------------------------------------------------------------------------------- /data/wallets/proven.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/proven.json -------------------------------------------------------------------------------- /data/wallets/selfkey-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/selfkey-wallet.json -------------------------------------------------------------------------------- /data/wallets/sowl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/sowl.json -------------------------------------------------------------------------------- /data/wallets/sphereon-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/sphereon-wallet.json -------------------------------------------------------------------------------- /data/wallets/spherity-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/spherity-wallet.json -------------------------------------------------------------------------------- /data/wallets/swisssign-wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/swisssign-wallet.json -------------------------------------------------------------------------------- /data/wallets/talao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/talao.json -------------------------------------------------------------------------------- /data/wallets/trisic-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/trisic-id.json -------------------------------------------------------------------------------- /data/wallets/trisic-platform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/trisic-platform.json -------------------------------------------------------------------------------- /data/wallets/verida.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/verida.json -------------------------------------------------------------------------------- /data/wallets/vidcredentials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/vidcredentials.json -------------------------------------------------------------------------------- /data/wallets/vidos-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/vidos-id.json -------------------------------------------------------------------------------- /data/wallets/vidua.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/vidua.json -------------------------------------------------------------------------------- /data/wallets/vidwallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/vidwallet.json -------------------------------------------------------------------------------- /data/wallets/walt.id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/walt.id.json -------------------------------------------------------------------------------- /data/wallets/wwwallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/wwwallet.json -------------------------------------------------------------------------------- /data/wallets/yivi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/yivi.json -------------------------------------------------------------------------------- /data/wallets/yourd-connect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/yourd-connect.json -------------------------------------------------------------------------------- /data/wallets/yourd-studio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/yourd-studio.json -------------------------------------------------------------------------------- /data/wallets/zada.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/data/wallets/zada.json -------------------------------------------------------------------------------- /schemas/case-study.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/case-study.json -------------------------------------------------------------------------------- /schemas/credential-format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/credential-format.json -------------------------------------------------------------------------------- /schemas/credential-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/credential-profile.json -------------------------------------------------------------------------------- /schemas/defs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/defs.json -------------------------------------------------------------------------------- /schemas/dependency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/dependency.json -------------------------------------------------------------------------------- /schemas/issuance-protocol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/issuance-protocol.json -------------------------------------------------------------------------------- /schemas/key-management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/key-management.json -------------------------------------------------------------------------------- /schemas/presentation-protocol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/presentation-protocol.json -------------------------------------------------------------------------------- /schemas/signing-algorithm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/signing-algorithm.json -------------------------------------------------------------------------------- /schemas/status-algorithm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/status-algorithm.json -------------------------------------------------------------------------------- /schemas/trust-management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/trust-management.json -------------------------------------------------------------------------------- /schemas/wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/schemas/wallet.json -------------------------------------------------------------------------------- /viewer/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/.editorconfig -------------------------------------------------------------------------------- /viewer/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/.env.example -------------------------------------------------------------------------------- /viewer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/.gitignore -------------------------------------------------------------------------------- /viewer/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/.vscode/extensions.json -------------------------------------------------------------------------------- /viewer/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/.vscode/launch.json -------------------------------------------------------------------------------- /viewer/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/.vscode/tasks.json -------------------------------------------------------------------------------- /viewer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/README.md -------------------------------------------------------------------------------- /viewer/angular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/angular.json -------------------------------------------------------------------------------- /viewer/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/eslint.config.js -------------------------------------------------------------------------------- /viewer/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/package-lock.json -------------------------------------------------------------------------------- /viewer/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/package.json -------------------------------------------------------------------------------- /viewer/playwright-report/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/playwright-report/index.html -------------------------------------------------------------------------------- /viewer/scripts/copy-images.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/copy-images.mjs -------------------------------------------------------------------------------- /viewer/scripts/link-checker.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/link-checker.mjs -------------------------------------------------------------------------------- /viewer/scripts/mail-template.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/mail-template.hbs -------------------------------------------------------------------------------- /viewer/scripts/merge-wallets.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/merge-wallets.mjs -------------------------------------------------------------------------------- /viewer/scripts/newsletter.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/newsletter.mjs -------------------------------------------------------------------------------- /viewer/scripts/profiles/merge.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/profiles/merge.mjs -------------------------------------------------------------------------------- /viewer/scripts/profiles/schema.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/profiles/schema.mjs -------------------------------------------------------------------------------- /viewer/scripts/profiles/validate.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/profiles/validate.mjs -------------------------------------------------------------------------------- /viewer/scripts/profiles/values.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/profiles/values.mjs -------------------------------------------------------------------------------- /viewer/scripts/scale-images.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/scale-images.mjs -------------------------------------------------------------------------------- /viewer/scripts/validate.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/scripts/validate.mjs -------------------------------------------------------------------------------- /viewer/server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/server.ts -------------------------------------------------------------------------------- /viewer/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/app.component.html -------------------------------------------------------------------------------- /viewer/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/app.component.scss -------------------------------------------------------------------------------- /viewer/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/app.component.ts -------------------------------------------------------------------------------- /viewer/src/app/app.config.server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/app.config.server.ts -------------------------------------------------------------------------------- /viewer/src/app/app.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/app.config.ts -------------------------------------------------------------------------------- /viewer/src/app/app.routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/app.routes.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-add/case-studies-add.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-add/case-studies-add.component.html -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-add/case-studies-add.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-add/case-studies-add.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-add/case-studies-add.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-add/case-studies-add.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-add/case-studies-add.component.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-data.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-element/case-studies-element.component.html: -------------------------------------------------------------------------------- 1 |

case-studies-element works!

2 | -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-element/case-studies-element.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-element/case-studies-element.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-element/case-studies-element.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-element/case-studies-element.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-element/case-studies-element.component.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.html -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.scss -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list-embedded/case-studies-list-embedded.component.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list/case-studies-list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list/case-studies-list.component.html -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list/case-studies-list.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list/case-studies-list.component.scss -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list/case-studies-list.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list/case-studies-list.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-list/case-studies-list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-list/case-studies-list.component.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-show/case-studies-show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-show/case-studies-show.component.html -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-show/case-studies-show.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-show/case-studies-show.component.scss -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-show/case-studies-show.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-show/case-studies-show.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies-show/case-studies-show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies-show/case-studies-show.component.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies.service.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/case-studies.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/case-studies.service.ts -------------------------------------------------------------------------------- /viewer/src/app/case-studies/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/case-studies/types.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/app.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/app.service.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.html -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.scss -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-list/credential-profile-list.component.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.html -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.scss -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/credential-profile-show/credential-profile-show.component.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/filter/filter.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/filter/filter.component.html -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/filter/filter.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/filter/filter.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/filter/filter.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/filter/filter.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/filter/filter.component.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/format.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/format.pipe.ts -------------------------------------------------------------------------------- /viewer/src/app/credential-profiles/resources.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/credential-profiles/resources.ts -------------------------------------------------------------------------------- /viewer/src/app/definition/definition.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/definition/definition.component.html -------------------------------------------------------------------------------- /viewer/src/app/definition/definition.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/definition/definition.component.scss -------------------------------------------------------------------------------- /viewer/src/app/definition/definition.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/definition/definition.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/definition/definition.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/definition/definition.component.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-add/dependencies-add.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-add/dependencies-add.component.html -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-add/dependencies-add.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-add/dependencies-add.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-add/dependencies-add.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-add/dependencies-add.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-add/dependencies-add.component.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-data.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.html -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-filter/dependencies-filter.component.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.html -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.scss: -------------------------------------------------------------------------------- 1 | .container { 2 | height: calc(100vh - 149px); 3 | overflow: auto; 4 | } 5 | -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-list-embedded/dependencies-list-embedded.component.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list/dependencies-list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-list/dependencies-list.component.html -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list/dependencies-list.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list/dependencies-list.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-list/dependencies-list.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-list/dependencies-list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-list/dependencies-list.component.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-show/dependencies-show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-show/dependencies-show.component.html -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-show/dependencies-show.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-show/dependencies-show.component.scss -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-show/dependencies-show.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-show/dependencies-show.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies-show/dependencies-show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies-show/dependencies-show.component.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies.service.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/dependencies.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/dependencies.service.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/github-response.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/github-response.ts -------------------------------------------------------------------------------- /viewer/src/app/dependencies/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/dependencies/types.ts -------------------------------------------------------------------------------- /viewer/src/app/home/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/home/home.component.html -------------------------------------------------------------------------------- /viewer/src/app/home/home.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/home/home.component.scss -------------------------------------------------------------------------------- /viewer/src/app/home/home.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/home/home.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/home/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/home/home.component.ts -------------------------------------------------------------------------------- /viewer/src/app/info/info.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/info/info.component.html -------------------------------------------------------------------------------- /viewer/src/app/info/info.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/app/info/info.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/info/info.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/info/info.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/info/info.component.ts -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-list/resources-list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-list/resources-list.component.html -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-list/resources-list.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-list/resources-list.component.scss -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-list/resources-list.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-list/resources-list.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-list/resources-list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-list/resources-list.component.ts -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-show/resources-show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-show/resources-show.component.html -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-show/resources-show.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-show/resources-show.component.scss -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-show/resources-show.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-show/resources-show.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/resources/resources-show/resources-show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/resources/resources-show/resources-show.component.ts -------------------------------------------------------------------------------- /viewer/src/app/seo-resolver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/seo-resolver.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/types.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-add/wallets-add.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-add/wallets-add.component.html -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-add/wallets-add.component.scss: -------------------------------------------------------------------------------- 1 | code { 2 | font-size: smaller; 3 | } -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-add/wallets-add.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-add/wallets-add.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-add/wallets-add.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-add/wallets-add.component.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-data.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.html -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.scss: -------------------------------------------------------------------------------- 1 | #filter { 2 | width: 600px; 3 | } 4 | -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list-filter/wallets-list-filter.component.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list/wallets-list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list/wallets-list.component.html -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list/wallets-list.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list/wallets-list.component.scss -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list/wallets-list.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list/wallets-list.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-list/wallets-list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-list/wallets-list.component.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-show/wallets-show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-show/wallets-show.component.html -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-show/wallets-show.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-show/wallets-show.component.scss -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-show/wallets-show.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-show/wallets-show.component.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets-show/wallets-show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets-show/wallets-show.component.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets.service.spec.ts -------------------------------------------------------------------------------- /viewer/src/app/wallets/wallets.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/app/wallets/wallets.service.ts -------------------------------------------------------------------------------- /viewer/src/assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /viewer/src/assets/app-store-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/app-store-badge.svg -------------------------------------------------------------------------------- /viewer/src/assets/def.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/def.md -------------------------------------------------------------------------------- /viewer/src/assets/default-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/default-image.png -------------------------------------------------------------------------------- /viewer/src/assets/discord-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/discord-icon.svg -------------------------------------------------------------------------------- /viewer/src/assets/github-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/github-mark.svg -------------------------------------------------------------------------------- /viewer/src/assets/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/github.svg -------------------------------------------------------------------------------- /viewer/src/assets/google-play-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/google-play-badge.svg -------------------------------------------------------------------------------- /viewer/src/assets/logos/Gimly-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/Gimly-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/VIDwallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/VIDwallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/altme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/altme.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/anonyome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/anonyome.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/apple-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/apple-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/atala-prism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/atala-prism.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/authenticator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/authenticator.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/bc-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/bc-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/blockcerts-unversal-verifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/blockcerts-unversal-verifier.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/blockcerts-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/blockcerts-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/blockpass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/blockpass.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/certishare-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/certishare-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/corposign-did.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/corposign-did.svg -------------------------------------------------------------------------------- /viewer/src/assets/logos/data-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/data-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/datakeeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/datakeeper.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/eecc-did-controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/eecc-did-controller.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/eecc-verifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/eecc-verifier.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/esatus-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/esatus-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/essif-wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/essif-wallet.svg -------------------------------------------------------------------------------- /viewer/src/assets/logos/gataca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/gataca.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/gimly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/gimly.svg -------------------------------------------------------------------------------- /viewer/src/assets/logos/helix-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/helix-id.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/hightrust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/hightrust.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/holdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/holdr.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/hologram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/hologram.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/icef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/icef.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/identry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/identry.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/igrant.io-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/igrant.io-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/izertis-identfy-logo-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/izertis-identfy-logo-blue.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/kaytrust-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/kaytrust-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/lcw-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/lcw-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/learner-credential-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/learner-credential-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/lissi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/lissi.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/mattr-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/mattr-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/meeco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/meeco.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/microsoft-entra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/microsoft-entra.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/mykeepin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/mykeepin.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/nextcert-issuer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/nextcert-issuer.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/open-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/open-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/orbit-edge-wallet.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/orbit-edge-wallet.webp -------------------------------------------------------------------------------- /viewer/src/assets/logos/orbit-enterprise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/orbit-enterprise.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/paradym-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/paradym-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/passivebolt-keyshare.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/passivebolt-keyshare.webp -------------------------------------------------------------------------------- /viewer/src/assets/logos/procivis-one-core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/procivis-one-core.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/procivis-one-verifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/procivis-one-verifier.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/procivis-one-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/procivis-one-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/proven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/proven.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/sphereon-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/sphereon-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/spherity-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/spherity-wallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/talao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/talao.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/trisic-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/trisic-id.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/trisic-platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/trisic-platform.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/verida.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/verida.svg -------------------------------------------------------------------------------- /viewer/src/assets/logos/vidcredentials.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/vidcredentials.svg -------------------------------------------------------------------------------- /viewer/src/assets/logos/vidua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/vidua.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/walt-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/walt-id.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/wwwallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/wwwallet.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/yivi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/yivi.png -------------------------------------------------------------------------------- /viewer/src/assets/logos/zada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/logos/zada.png -------------------------------------------------------------------------------- /viewer/src/assets/openwallet-foundation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/openwallet-foundation.svg -------------------------------------------------------------------------------- /viewer/src/assets/project-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/project-icon.png -------------------------------------------------------------------------------- /viewer/src/assets/structure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/assets/structure.json -------------------------------------------------------------------------------- /viewer/src/environments/environment.development.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/environments/environment.development.ts -------------------------------------------------------------------------------- /viewer/src/environments/environment.ssr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/environments/environment.ssr.ts -------------------------------------------------------------------------------- /viewer/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/environments/environment.ts -------------------------------------------------------------------------------- /viewer/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/index.html -------------------------------------------------------------------------------- /viewer/src/main.server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/main.server.ts -------------------------------------------------------------------------------- /viewer/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/main.ts -------------------------------------------------------------------------------- /viewer/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/styles.scss -------------------------------------------------------------------------------- /viewer/src/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/src/theme.scss -------------------------------------------------------------------------------- /viewer/test-results/.last-run.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/test-results/.last-run.json -------------------------------------------------------------------------------- /viewer/tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/tsconfig.app.json -------------------------------------------------------------------------------- /viewer/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/tsconfig.json -------------------------------------------------------------------------------- /viewer/tsconfig.spec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/HEAD/viewer/tsconfig.spec.json --------------------------------------------------------------------------------