TypeError: setup_1.agent.createVerifiableCredential is not a function #827
Answered
by
mirceanis
adnan-alam-rfera
asked this question in
Q&A
-
I'm trying to create verifiable credential with the example given on the front page of https://veramo.io/. But getting this error
setup.ts
create-identifiers.ts
|
Beta Was this translation helpful? Give feedback.
Answered by
mirceanis
Mar 7, 2022
Replies: 1 comment 3 replies
-
It looks like your agent does not have the Veramo agent functionality (the methods that the agent provides) is provided entirely by plugins. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
adnan-alam-rfera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like your agent does not have the
CredentialIssuer
plugin installed. Can you check your setup again?Veramo agent functionality (the methods that the agent provides) is provided entirely by plugins.