Skip to main content

Credential Router

info

Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.

This plugin is used to route for issuing and verifying verifiable credential that will navigate to the correct plugin based on the proof format of the credential.

Usage

  • Add this declaration to agent.yml config file
# Agent
agent:
$require: '@veramo/core#Agent'
$args:
- schemaValidation: false
plugins:
- $require: '@vckit/credential-router#CredentialRouter'
  • And export the functions of the plugin to be used in the application
- routeCreationVerifiableCredential
- routeVerificationCredential